LayoutFarm.WebLexer.TextSnapshot.this C# (CSharp) Méthode

this() public méthode

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