Create one resource with type

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

Syntax

C#
public ResourceWithType(
	string name,
	ResourceWithType..::..ResourceType type
)
Visual Basic
Public Sub New ( _
	name As String, _
	type As ResourceWithType..::..ResourceType _
)
Visual C++
public:
ResourceWithType(
	String^ name, 
	ResourceWithType..::..ResourceType type
)

Parameters

name
Type: String

[Missing <param name="name"/> documentation for "M:VcClient.ResourceWithType.#ctor(System.String,VcClient.ResourceWithType.ResourceType)"]

type
Type: VcClient..::..ResourceWithType..::..ResourceType

[Missing <param name="type"/> documentation for "M:VcClient.ResourceWithType.#ctor(System.String,VcClient.ResourceWithType.ResourceType)"]

See Also