Skip to content

Register.Index Property

Definition

Optional property designed to be used to cache an index for the register, which can then be used for a quicker lookup than by name.

public int Index { get; set; }

View source

Property Value

Int32

Remarks

Used by OakEmu for faster register lookups.