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);