Initializes a new instance of the
PrtMapKey class
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public PrtMapKey(
PrtValue x,
int i
)
Public Sub New (
x As PrtValue,
i As Integer
)
public:
PrtMapKey(
PrtValue^ x,
int i
)
new :
x : PrtValue *
i : int -> PrtMapKey
Parameters
- x
- Type: P.RuntimePrtValue
[Missing <param name="x"/> documentation for "M:P.Runtime.PrtMapKey.#ctor(P.Runtime.PrtValue,System.Int32)"]
- i
- Type: SystemInt32
[Missing <param name="i"/> documentation for "M:P.Runtime.PrtMapKey.#ctor(P.Runtime.PrtValue,System.Int32)"]
See Also