ParameterInfoName Property |
Gets the name of the parameter.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual string Name { get; }
Return Value
Type:
StringThe simple name of this parameter.
See Also