Mono Class Library: System.Reflection.PropertyInfo Overview | Members

System.Reflection.PropertyInfo.GetIndexParameters Method

Returns an array of the indexers of the property reflected by the current instance. [Edit]

public abstract ParameterInfo[] GetIndexParameters ()

Returns

An array of System.Reflection.ParameterInfo objects that reflect the indexers of the property reflected by the current instance. If no indexers exist for the property reflected by the current instance, returns an array with zero elements. [Edit]

Permissions

TypeReason
System.Security.Permissions.ReflectionPermission [Edit] Requires permission to reflect non-public members of a type in loaded assemblies. See System.Security.Permissions.ReflectionPermissionFlag.TypeInformation.

Exceptions

TypeReason
MethodAccessExceptionThe property reflected by the current instance is visible, but its Get and Set accessors are not, and the caller does not have System.Security.Permissions.ReflectionPermission. [Edit]

Remarks

Operation
As described above. [Edit]

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0