Mono Class Library: System.Reflection.PropertyInfo Overview | MembersSystem.Reflection.PropertyInfo.GetIndexParameters Method |
Returns an array of the indexers of the property reflected by the current instance. [Edit]
|
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]
Type Reason System.Security.Permissions.ReflectionPermission [Edit] Requires permission to reflect non-public members of a type in loaded assemblies. See System.Security.Permissions.ReflectionPermissionFlag.TypeInformation.
Type Reason MethodAccessException The 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]
Operation
As described above. [Edit]
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0