[This is preliminary documentation and is subject to change.]
Returns type by handle i.e. VarIntStr(1) or VarIntStr("full name"). Throws in case of error
Namespace: NFX.Serialization.SlimAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Type this[
VarIntStr handle
] { get; }
public Type this[
VarIntStr handle
] { get; }
Public ReadOnly Default Property Item (
handle As VarIntStr
) As Type
Get
Public ReadOnly Default Property Item (
handle As VarIntStr
) As Type
Get
public:
property Type^ default[VarIntStr handle] {
Type^ get (VarIntStr handle);
}
public:
property Type^ default[VarIntStr handle] {
Type^ get (VarIntStr handle);
}
member Item : Type with get
member Item : Type with get
Property Value
Type:
Type