PropertyInfoAccessorFactory.

CreateIndexerPropertyAccessor(WeakReference<object>, IPropertyInfo, int) Method

Syntax

public static IPropertyAccessor CreateIndexerPropertyAccessor(WeakReference<object> target, IPropertyInfo property, int argument)

Parameters

Name Type Description
target WeakReference<object>
property IPropertyInfo
argument int

Return Value

Type Description
IPropertyAccessor