示例#1
0
 private Type EnsureTypeDef()
 {
     return(GenericsReflection.EnsureTypeDef(this));
 }
示例#2
0
 public PropertyInfo[] GetDeclaredProperties()
 {
     return(PropertyInfoProvider.GetProperties(GenericsReflection.EnsureTypeDef(this), this));
 }