Gets the name of the parameter reflected by the current instance.
A string that contains the name of the parameter reflected by the current instance.
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.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0