ReturnMessage.GetArgName(Int32) Method

Definition

Returns the name of a specified method argument.

public:
 virtual System::String ^ GetArgName(int index);
public string GetArgName (int index);
[System.Security.SecurityCritical]
public string GetArgName (int index);
abstract member GetArgName : int -> string
override this.GetArgName : int -> string
[<System.Security.SecurityCritical>]
abstract member GetArgName : int -> string
override this.GetArgName : int -> string
Public Function GetArgName (index As Integer) As String

Parameters

index
Int32

The zero-based index of the requested argument name.

Returns

The name of a specified method argument.

Implements

Attributes

Applies to