ResolvedMethod.ParameterTypeNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type names of the parameters. If there are no parameters or the parameter type names cannot be retrieved, a zero-length array is returned.
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)