ResolvedMethod.ParameterTypeNames Свойство

Определение

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

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

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

IList<String>

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