Class IdGeneratorByte (original) (raw)
Namespace
Assembly
LiteEntitySystem.dll
public class IdGeneratorByteInheritance
object
IdGeneratorByte
Constructors
IdGeneratorByte(byte, byte)
public IdGeneratorByte(byte initialValue, byte maxValue)Parameters
initialValue byte
maxValue byte
Properties
AvailableIds
public int AvailableIds { get; }Property Value
Methods
GetNewId()
public byte GetNewId()Returns
Reset()
public void Reset()ReuseId(byte)
public void ReuseId(byte id)Parameters
id byte