//────────────────────────────────────────
 /// <summary>
 /// コンストラクター。
 /// </summary>
 public ToCsv_Table_Humaninput_RowColReversedImpl()
 {
     this.o_ExceptedFields = new ExceptedFields();
 }
 //────────────────────────────────────────
 /// <summary>
 /// コンストラクター。
 /// </summary>
 public ToCsv_Table_Humaninput_RowColRegularImpl()
 {
     this.exceptedFields = new ExceptedFields();
     this.charSeparator = ',';
 }
Пример #3
0
 //────────────────────────────────────────
 /// <summary>
 /// コンストラクター。
 /// </summary>
 public ToCsv_Table_Humaninput_Impl()
 {
     this.exceptedFields = new ExceptedFields();
 }