GetDefaultProperty() public static method

Gets the default property for the specified type of component.
public static GetDefaultProperty ( Type componentType ) : PropertyDescriptor
componentType System.Type
return PropertyDescriptor
Example #1
0
 public PropertyDescriptor GetDefaultProperty() => NativeTypeDesc.GetDefaultProperty(_entityType, true);