Lucene.Net.Support.StringCharSequenceWrapper.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 value[index]; }
        }