Example #1
0
 public static IPropertySetter <TReflected, TProperty> CreateSetter <TProperty>(PropertyInfo property)
 {
     return(Singleton.CreateSetter <TProperty>(property));
 }
Example #2
0
 public static IPropertySetter <TReflected, TProperty> CreateSetter <TProperty>(PropertyInfo property)
 {
     return(_instance.CreateSetter <TProperty>(property));
 }