ResolvedMethod.ParameterNames Property

Definition

Gets the names of the parameters. If there are no parameters or the parameter names cannot be retrieved, a zero-length array is returned.

public:
 property System::Collections::Generic::IList<System::String ^> ^ ParameterNames { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> ParameterNames { get; }
member this.ParameterNames : System.Collections.Generic.IList<string>
Public ReadOnly Property ParameterNames As IList(Of String)

Property Value

Applies to