PropertyBuilder.GetIndexParameters Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Returns an array of all the index parameters for the property. This method is not supported.

Namespace:  System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Overrides Function GetIndexParameters As ParameterInfo()
public override ParameterInfo[] GetIndexParameters()

Return Value

Type: array<System.Reflection.ParameterInfo[]
An array that contains the parameters for the indexes.

Exceptions

Exception Condition
NotSupportedException

This method is not supported.

Remarks

To get the index parameters of a property, reflect on the property's parent type after the type is completed, using Type.GetType or Assembly.GetType. Retrieve the PropertyInfo object from the type, and call PropertyInfo.GetIndexParameters.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.