Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.05 KB

0d1e3f8f-eee4-2e5f-0cf2-65d2eaa4daad.md

File metadata and controls

44 lines (30 loc) · 1.05 KB

IBlastCompilationData.Offsets Property

Offsets into the datasegment for variable indices

Namespace: NSS.Blast.Compiler
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

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

Property Value

Type: List(Byte)

See Also

Reference

IBlastCompilationData Interface
NSS.Blast.Compiler Namespace