API Reference
Class
CsvSchema
Describes the expected structure of a CSV document.
Inheritance
- Object
- CsvSchema
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<CsvSchemaColumn> Columns { get; } #Gets the ordered set of columns expected by the schema.