C# Class CsvAttribute, YAFNET

Inheritance: Attribute
ファイルを表示 Open project: YAFNET/YAFNET

Public Methods

Method Description
CsvAttribute ( CsvBehavior csvBehavior ) : System,

Initializes a new instance of the CsvAttribute class.

Method Details

CsvAttribute() public method

Initializes a new instance of the CsvAttribute class.
public CsvAttribute ( CsvBehavior csvBehavior ) : System,
csvBehavior CsvBehavior The CSV behavior.
return System,