MemberAccessorGetCreateAccessor Method

Gets an existing or creates a new MemberAccessor for the specified memberInfo.

Definition

Namespace: KGySoft.Reflection
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
protected static MemberAccessor GetCreateAccessor(
	MemberInfo memberInfo
)

Parameters

memberInfo  MemberInfo
The MemberInfo for which the accessor is to be obtained.

Return Value

MemberAccessor
A MemberAccessor instance for the specified memberInfo.

See Also