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