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]; }
            }