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

System.Reflection.ParameterInfo.Name Property

Gets the name of the parameter reflected by the current instance.

public virtual string Name { get; }

Value

A string that contains the name of the parameter reflected by the current instance.

Remarks

This property returns the name of the parameter reflected by the current instance as that name is declared in the signature of the method that contains the parameter.

Note: For example, if a method signature is void MyMethod(object MyParm), the ParameterInfo.Name property value would be "MyParm".

Operation
This property is read-only.

Requirements

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