Lucene.Net.Analysis.Util.OpenStringBuilder.this C# (CSharp) Method

this() public method

public this ( int index ) : char
index int
return char
        public virtual char this[int index]
        {
            get { return buf[index]; }
            set { buf[index] = value; }
        }