AGS.CScript.Compiler.FastString.this C# (CSharp) Method

this() public method

public this ( int index ) : char
index int
return char
        public char this[int index]
        {
            get { return _data[index + _offset]; }
        }