Click or drag to resize

PrtEnumType Constructor

Initializes a new instance of the PrtEnumType class

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PrtEnumType(
	string typeName,
	params Object[] args
)

Parameters

typeName
Type: SystemString

[Missing <param name="typeName"/> documentation for "M:P.Runtime.PrtEnumType.#ctor(System.String,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:P.Runtime.PrtEnumType.#ctor(System.String,System.Object[])"]

See Also