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]; }
        }