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(); }
        }