1cfae242 56f9 73e5 7bd5 1956b98991af - akesseler/Plexdata.CsvParser GitHub Wiki
This method tries to get CSV document attribute from given type.
Namespace: Plexdata.CsvParser.Internals
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
private static CsvDocumentAttribute GetDocumentAttribute(
Type type
)
- type
- Type: System.Type
The type to get the CSV document attribute from.
Type: CsvDocumentAttribute
An instance of class CsvDocumentAttribute, or in any case of an error.
The CSV Document class attribute is actually a custom attribute.