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