Alexandria.Engines.Sciagi.Resources.ScriptSection.Strings.this C# (CSharp) 메소드

this() 공개 메소드

Get an indexed string.
public this ( int index ) : string
index int
리턴 string
            public string this[int index]
            {
                get { return Values[index]; }
            }