예제 #1
0
파일: PropertyApi.cs 프로젝트: E01D/Base
 public bool IsPublic(PropertyInfo property)
 {
     return(XPropertiesBase.IsPublic(property));
 }
예제 #2
0
 public static bool IsPublic(this PropertyInfo property)
 {
     return(XPropertiesBase.IsPublic(property));
 }