Gets the collection of parameters that will be used to invoke the method.
[Visual Basic] Function GetParameters() As ICodeParameters [C#] ICodeParameters GetParameters(); [C++] ICodeParameters* GetParameters() = 0; [JScript] function GetParameters() : ICodeParameters;
The parameters that will be used to invoke the method.
ICodeMethodInvokeExpression Interface | ICodeMethodInvokeExpression Members | System.ComponentModel.Design.CodeModel Namespace