[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
GDID class
Namespace: NFX.DataAccess.DistributedAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public GDID(
byte[] bytes,
int startIdx = 0
)
public GDID(
byte[] bytes,
int startIdx = 0
)
Public Sub New (
bytes As Byte(),
Optional startIdx As Integer = 0
)
Public Sub New (
bytes As Byte(),
Optional startIdx As Integer = 0
)
public:
GDID(
array<unsigned char>^ bytes,
int startIdx = 0
)
public:
GDID(
array<unsigned char>^ bytes,
int startIdx = 0
)
new :
bytes : byte[] *
?startIdx : int
(* Defaults:
let _startIdx = defaultArg startIdx 0
*)
-> GDID
new :
bytes : byte[] *
?startIdx : int
(* Defaults:
let _startIdx = defaultArg startIdx 0
*)
-> GDID