The name of the parameter.
[Visual Basic] Protected NameImpl As String [C#] protected string NameImpl; [C++] protected: String* NameImpl; [JScript] protected var NameImpl : String;
A protected parameter and is intended for users subclassing ParameterInfo. This method is inaccessible due to its protection level. The name of the parameter can be accessed through the Name property or through a subclass of ParameterInfo.
ParameterInfo Class | ParameterInfo Members | System.Reflection Namespace