PropertyAccessorGetAccessor Method
Namespace: KGySoft.ReflectionAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public static PropertyAccessor GetAccessor(
PropertyInfo property
)
Public Shared Function GetAccessor (
property As PropertyInfo
) As PropertyAccessor
public:
static PropertyAccessor^ GetAccessor(
PropertyInfo^ property
)
static member GetAccessor :
property : PropertyInfo -> PropertyAccessor
- property PropertyInfo
- The property for which the accessor should be retrieved.
PropertyAccessorA
PropertyAccessor instance that can be used to get or set the property.