Offsets into the datasegment for variable indices
Namespace: NSS.Blast.Compiler
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
List<byte> Offsets { get; set; }
VB
Property Offsets As List(Of Byte)
Get
Set
C++
property List<unsigned char>^ Offsets {
List<unsigned char>^ get ();
void set (List<unsigned char>^ value);
}
F#
abstract Offsets : List<byte> with get, set