Deveel.Data.Sql.SqlStringBuilder.this C# (CSharp) 메소드

this() 공개 메소드

public this ( int offset ) : char
offset int
리턴 char
        public char this[int offset]
        {
            get { return builder[offset]; }
        }