Gets the collection of parameters for the method.
[Visual Basic] Function GetParameters() As ICodeParameters [C#] ICodeParameters GetParameters(); [C++] ICodeParameters* GetParameters() = 0; [JScript] function GetParameters() : ICodeParameters;
An ICodeParameters object containing the collection of parameters for the method.
ICodeMethod Interface | ICodeMethod Members | System.ComponentModel.Design.CodeModel Namespace | ICodeParameter