_PropertyInfo::GetIndexParameters Method ()
.NET Framework (current version)
Provides COM objects with version-independent access to the GetIndexParameters method.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: array<System.Reflection::ParameterInfo^>^An array of type ParameterInfo containing the parameters for the indexes.
This method is for access to managed classes from unmanaged code and should not be called from managed code.
The GetIndexParameters method returns an array of all the index parameters for the property
.NET Framework
Available since 1.1
Available since 1.1
Show: