Gets the parameters for the current method.
[Visual Basic] Function GetParameters() As ISymbolVariable () [C#] ISymbolVariable[] GetParameters(); [C++] ISymbolVariable* GetParameters() [] = 0; [JScript] function GetParameters() : ISymbolVariable[];
The array of parameters for the current method.
The parameters are returned in the order they are defined within the method's signature.
ISymbolMethod Interface | ISymbolMethod Members | System.Diagnostics.SymbolStore Namespace