예제 #1
0
파일: Type.cs 프로젝트: luozhiping1987/api
 private Type EnsureTypeDef()
 {
     return(GenericsReflection.EnsureTypeDef(this));
 }
예제 #2
0
파일: Type.cs 프로젝트: luozhiping1987/api
 public PropertyInfo[] GetDeclaredProperties()
 {
     return(PropertyInfoProvider.GetProperties(GenericsReflection.EnsureTypeDef(this), this));
 }