Deveel.Data.Sql.SqlStringBuilder.this C# (CSharp) Méthode

this() public méthode

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