Alexandria.Engines.Sciagi.Resources.ScriptSection.Strings.this C# (CSharp) Method

this() public method

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