MaxArgs Property (Function)
Gets the maximum argument count of the function.
public int MaxArgs {get;}
'Declaration
Public ReadOnly Property MaxArgs As Integer
'Usage
Dim instance As Function
Dim value As Integer
value = instance.MaxArgs
Property Value
An integer value inciates the maximum argument count.