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