Microsoft.Xml.CsvReader.this C# (CSharp) Метод

this() публичный Метод

public this ( int i ) : string
i int
Результат string
        public string this[int i]
        {
            get { return ((StringBuilder)_values[i]).ToString(); }
        }