PropertyAccessorGetGets Method (Type) |
获取目标类型所有可读属性列表
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static PropertyAccessorPropertyAccessorItem[] GetGets(
Type type
)
Public Shared Function GetGets (
type As Type
) As PropertyAccessorPropertyAccessorItem()
public:
static array<PropertyAccessorPropertyAccessorItem^>^ GetGets(
Type^ type
)
static member GetGets :
type : Type -> PropertyAccessorPropertyAccessorItem[]
Parameters
- type
- Type: SystemType
[Missing <param name="type"/> documentation for "M:Adf.PropertyAccessor.GetGets(System.Type)"]
Return Value
Type:
PropertyAccessorPropertyAccessorItem[Missing <returns> documentation for "M:Adf.PropertyAccessor.GetGets(System.Type)"]
See Also