コード例 #1
0
 public TypeRecord(Type type, StaticPropertyChangedEventManager manager)
 {
     _type    = type;
     _manager = manager;
     _dict    = new HybridDictionary(true);
 }
コード例 #2
0
 public TypeRecord(Type type, StaticPropertyChangedEventManager manager)
 {
     _type = type;
     _manager = manager;
     _dict = new HybridDictionary(true);
 }