1cfae242 56f9 73e5 7bd5 1956b98991af - akesseler/Plexdata.CsvParser GitHub Wiki

TypeProcessor.GetDocumentAttribute Method

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

Syntax

C#

private static CsvDocumentAttribute GetDocumentAttribute(
	Type type
)

Parameters

 

type
Type: System.Type
The type to get the CSV document attribute from.

Return Value

Type: CsvDocumentAttribute
An instance of class CsvDocumentAttribute, or in any case of an error.

Remarks

The CSV Document class attribute is actually a custom attribute.

See Also

Reference

TypeProcessor Class
Plexdata.CsvParser.Internals Namespace

⚠️ **GitHub.com Fallback** ⚠️