Click or drag to resize

PrtMapType Constructor

Initializes a new instance of the PrtMapType class

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PrtMapType(
	PrtType k,
	PrtType v
)

Parameters

k
Type: P.RuntimePrtType

[Missing <param name="k"/> documentation for "M:P.Runtime.PrtMapType.#ctor(P.Runtime.PrtType,P.Runtime.PrtType)"]

v
Type: P.RuntimePrtType

[Missing <param name="v"/> documentation for "M:P.Runtime.PrtMapType.#ctor(P.Runtime.PrtType,P.Runtime.PrtType)"]

See Also