MetaHandle Constructor (UInt32, Nullable VarIntStr )NFX Class Library

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the MetaHandle class

Namespace: NFX.IO
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public MetaHandle(
	uint handle,
	Nullable<VarIntStr> metadata
)

Parameters

handle
Type: OnlineSystem UInt32
metadata
Type: OnlineSystem Nullable VarIntStr 
See Also