LayoutFarm.WebLexer.TextSnapshot.this C# (CSharp) Method

this() public method

public this ( int index ) : char
index int
return char
        public char this[int index]
        {
            get
            {
                return this.textBuffer[index];
            }
        }