예제 #1
0
 public static IPropertyGetter <TReflected, TProperty> CreateGetter <TProperty>(PropertyInfo property)
 {
     return(Singleton.CreateGetter <TProperty>(property));
 }
예제 #2
0
 public static IPropertyGetter <TReflected, TProperty> CreateGetter <TProperty>(PropertyInfo property)
 {
     return(_instance.CreateGetter <TProperty>(property));
 }