Azavea.Open.DAO.CSV.CsvDataReader.GetValues C# (CSharp) 메소드

GetValues() 공개 메소드

Gets all the attribute fields in the collection for the current record.
public GetValues ( object values ) : int
values object An array of to copy the attribute fields into.
리턴 int
        public override int GetValues(object[] values)
        {
            throw new NotImplementedException("Not needed at this time.");
        }