PropertyInfoGetIndexParameters Method |
When overridden in a derived class, returns an array of all the index parameters for the property.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public abstract ParameterInfo[] GetIndexParameters()
Return Value
Type:
ParameterInfoAn array of type ParameterInfo containing the parameters for the indexes. If the property is not indexed, the array has 0 (zero) elements.
See Also