Example #1
0
 public bool IsPublic(PropertyInfo property)
 {
     return(XPropertiesBase.IsPublic(property));
 }
Example #2
0
 public static bool IsPublic(this PropertyInfo property)
 {
     return(XPropertiesBase.IsPublic(property));
 }