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