Click or drag to resize
PropertyInfoGetIndexParameters Method
When overridden in a derived class, returns an array of all the index parameters for the property.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public abstract ParameterInfo[] GetIndexParameters()

Return Value

Type: ParameterInfo
An array of type ParameterInfo containing the parameters for the indexes. If the property is not indexed, the array has 0 (zero) elements.
See Also