ResolvedMethod.ParameterNames Свойство

Определение

Получает имена параметров. Если не существует параметров или не удается получить имена параметров, возвращается массив нулевой длины.

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)

Значение свойства

IList<String>

Применяется к