Method GetIndexParameters
- Namespace
- Microsoft.Samples.Debugging.CorMetadata
- Assembly
- corapi.dll
GetIndexParameters()
When overridden in a derived class, returns an array of all the index parameters for the property.
public override ParameterInfo[] GetIndexParameters()
Returns
- ParameterInfo[]
An array of type ParameterInfo containing the parameters for the indexes. If the property is not indexed, the array has 0 (zero) elements.