BloombergFLP.CollectdWin.DataSetCollection.DataSetCollection C# (CSharp) Method

DataSetCollection() private method

private DataSetCollection ( ) : System
return System
        private DataSetCollection()
        {
            _dataSetMap = new Dictionary<string, IList<DataSource>>();
        }