Lucene.Net.Support.StringCharSequenceWrapper.this C# (CSharp) Method

this() public method

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