[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
MetaHandle class
Namespace: NFX.IOAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
internal MetaHandle(
bool serializer,
uint handle,
Nullable<VarIntStr> metadata
)
internal MetaHandle(
bool serializer,
uint handle,
Nullable<VarIntStr> metadata
)
Friend Sub New (
serializer As Boolean,
handle As UInteger,
metadata As Nullable(Of VarIntStr)
)
Friend Sub New (
serializer As Boolean,
handle As UInteger,
metadata As Nullable(Of VarIntStr)
)
internal:
MetaHandle(
bool serializer,
unsigned int handle,
Nullable<VarIntStr> metadata
)
internal:
MetaHandle(
bool serializer,
unsigned int handle,
Nullable<VarIntStr> metadata
)
new :
serializer : bool *
handle : uint32 *
metadata : Nullable<VarIntStr> -> MetaHandle
new :
serializer : bool *
handle : uint32 *
metadata : Nullable<VarIntStr> -> MetaHandle