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