예제 #1
0
 public PdDictionary(PropertyInfo propertyInfo, JsonSerialize attribute)
     : base(propertyInfo, attribute)
 {
     KeyFabric = new TypeFabric(propertyInfo.PropertyType.GetGenericArguments()[0]);
 }
예제 #2
0
 public PropertyDescription(PropertyInfo propertyInfo)
 {
     PropertyInfo   = propertyInfo;
     PropertyFabric = new TypeFabric(propertyInfo);
 }