public CsvDataTableAssetProvider() { Table = new CsvDataTableCollection(); _type2id = new Dictionary <Type, int>(); }
public void SetUp() { _table = new CsvDataTableCollection(); }