[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccessAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public ConsecutiveUniqueSequenceIDs(
ulong startInclusive,
int count
)
public ConsecutiveUniqueSequenceIDs(
ulong startInclusive,
int count
)
Public Sub New (
startInclusive As ULong,
count As Integer
)
Public Sub New (
startInclusive As ULong,
count As Integer
)
public:
ConsecutiveUniqueSequenceIDs(
unsigned long long startInclusive,
int count
)
public:
ConsecutiveUniqueSequenceIDs(
unsigned long long startInclusive,
int count
)
new :
startInclusive : uint64 *
count : int -> ConsecutiveUniqueSequenceIDs
new :
startInclusive : uint64 *
count : int -> ConsecutiveUniqueSequenceIDs