GetDefaultProperty() публичный статический Метод

Gets the default property for the specified type of component.
public static GetDefaultProperty ( Type componentType ) : PropertyDescriptor
componentType System.Type
Результат PropertyDescriptor
Пример #1
0
 public PropertyDescriptor GetDefaultProperty() => NativeTypeDesc.GetDefaultProperty(_entityType, true);