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
)
Public Sub New (
k As PrtType,
v As PrtType
)
public:
PrtMapType(
PrtType^ k,
PrtType^ v
)
new :
k : PrtType *
v : PrtType -> PrtMapType
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