Note
To get the property explicitly by dynamically created delegates use the PropertyAccessor class.
public static Object? GetProperty(
Object? instance,
PropertyInfo property,
params Object?[]? indexParameters
)Public Shared Function GetProperty (
instance As Object,
property As PropertyInfo,
ParamArray indexParameters As Object()
) As Objectpublic:
static Object^ GetProperty(
Object^ instance,
PropertyInfo^ property,
... array<Object^>^ indexParameters
)static member GetProperty :
instance : Object *
property : PropertyInfo *
indexParameters : Object[] -> Object For getting the property this method uses the DynamicDelegate reflection way.