Deveel.Data.Sql.SqlStringBuilder.this C# (CSharp) Method

this() public method

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