Lucene.Net.Analysis.Util.OpenStringBuilder.this C# (CSharp) 메소드

this() 공개 메소드

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