PropertyAccessorGetAccessor Method

Gets a PropertyAccessor for the specified property.

Definition

Namespace: KGySoft.Reflection
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public static PropertyAccessor GetAccessor(
	PropertyInfo property
)

Parameters

property  PropertyInfo
The property for which the accessor should be retrieved.

Return Value

PropertyAccessor
A PropertyAccessor instance that can be used to get or set the property.

See Also