List all resource types

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public static List<ResourceWithType..::..ResourceType> BuildTypeList(
	List<ResourceWithType> resources
)
Visual Basic
Public Shared Function BuildTypeList ( _
	resources As List(Of ResourceWithType) _
) As List(Of ResourceWithType..::..ResourceType)
Visual C++
public:
static List<ResourceWithType..::..ResourceType>^ BuildTypeList(
	List<ResourceWithType^>^ resources
)

Parameters

resources
Type: List<(Of <(<'ResourceWithType>)>)>

[Missing <param name="resources"/> documentation for "M:VcClient.ResourceWithType.BuildTypeList(System.Collections.Generic.List{VcClient.ResourceWithType})"]

Return Value

[Missing <returns> documentation for "M:VcClient.ResourceWithType.BuildTypeList(System.Collections.Generic.List{VcClient.ResourceWithType})"]

See Also