Click or drag to resize
ParameterInfoName Property
Gets the name of the parameter.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual string Name { get; }

Return Value

Type: String
The simple name of this parameter.
See Also