C# 클래스 CsvAttribute, YAFNET

상속: Attribute
파일 보기 프로젝트 열기: YAFNET/YAFNET

공개 메소드들

메소드 설명
CsvAttribute ( CsvBehavior csvBehavior ) : System,

Initializes a new instance of the CsvAttribute class.

메소드 상세

CsvAttribute() 공개 메소드

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