Example #1
0
 public ObjectDictionary()
 {
     _items = new Dictionary <string, CustomObject <T> >();
     _cachedKeyLocations = WorkViewAttributeAttribute.GetKeys <T>().ToArray();
 }