The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PropertyBuilder::GetIndexParameters Method ()
.NET Framework (current version)
Returns an array of all the index parameters for the property.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: array<System.Reflection::ParameterInfo^>^An array of type ParameterInfo containing the parameters for the indexes.
Implements
_PropertyInfo::GetIndexParameters()| Exception | Condition |
|---|---|
| NotSupportedException | This method is not supported. |
To get the index parameters of a property, reflect on the property's parent type using Type.GetType or Assembly.GetType, retrieve the Reflection property object from the type, and call PropertyInfo.GetIndexParameters.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: