[This is preliminary documentation and is subject to change.]
Creates an Elink instance initialized with GDID of 0 Era having its ID set to ulong value
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public ELink(
ulong id,
byte[] metadata
)
public ELink(
ulong id,
byte[] metadata
)
Public Sub New (
id As ULong,
metadata As Byte()
)
Public Sub New (
id As ULong,
metadata As Byte()
)
public:
ELink(
unsigned long long id,
array<unsigned char>^ metadata
)
public:
ELink(
unsigned long long id,
array<unsigned char>^ metadata
)
new :
id : uint64 *
metadata : byte[] -> ELink
new :
id : uint64 *
metadata : byte[] -> ELink