Mono Class Library: System.Reflection.ParameterInfo Overview | MembersSystem.Reflection.ParameterInfo.Name Property |
Gets the name of the parameter reflected by the current instance. [Edit]
|
A string that contains the name of the parameter reflected by the current instance. [Edit]
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. [Edit]
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0