List all resource names

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

Syntax

C#
public static List<string> BuildNameList(
	List<ResourceWithType> resources
)
Visual Basic
Public Shared Function BuildNameList ( _
	resources As List(Of ResourceWithType) _
) As List(Of String)
Visual C++
public:
static List<String^>^ BuildNameList(
	List<ResourceWithType^>^ resources
)

Parameters

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

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

Return Value

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

See Also