ReturnMessage.ArgCount Property

Definition

Gets the number of arguments of the called method.

public:
 property int ArgCount { int get(); };
public int ArgCount { get; }
public int ArgCount { [System.Security.SecurityCritical] get; }
member this.ArgCount : int
[<get: System.Security.SecurityCritical>]
member this.ArgCount : int
Public ReadOnly Property ArgCount As Integer

Property Value

The number of arguments of the called method.

Implements

Attributes

Applies to