System.Xml.DataSetMapper.DataSetMapper C# (CSharp) Method

DataSetMapper() private method

private DataSetMapper ( ) : System.Collections
return System.Collections
        internal DataSetMapper()
        {
            Debug.Assert(_dataSet == null);
            _tableSchemaMap = new Hashtable();
            _columnSchemaMap = new Hashtable();
        }