[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)
public MetaHandle(
uint handle,
Nullable<VarIntStr> metadata
)
public MetaHandle(
uint handle,
Nullable<VarIntStr> metadata
)
Public Sub New (
handle As UInteger,
metadata As Nullable(Of VarIntStr)
)
Public Sub New (
handle As UInteger,
metadata As Nullable(Of VarIntStr)
)
public:
MetaHandle(
unsigned int handle,
Nullable<VarIntStr> metadata
)
public:
MetaHandle(
unsigned int handle,
Nullable<VarIntStr> metadata
)
new :
handle : uint32 *
metadata : Nullable<VarIntStr> -> MetaHandle
new :
handle : uint32 *
metadata : Nullable<VarIntStr> -> MetaHandle