__GetDeclaredProperties() публичный Метод

public __GetDeclaredProperties ( ) : PropertyInfo[]
Результат PropertyInfo[]
Пример #1
0
 public override PropertyInfo[] __GetDeclaredProperties()
 {
     return(typeBuilder.__GetDeclaredProperties());
 }