Alexandria.Engines.Sciagi.Resources.ScriptSection.Locals.this C# (CSharp) Метод

this() публичный Метод

Get the value of a local.
public this ( int index ) : ushort
index int
Результат ushort
            public ushort this[int index]
            {
                get { return Values[index]; }
            }