IXsltContextFunction.Minargs Property

Definition

Gets the minimum number of arguments for the function. This enables the user to differentiate between overloaded functions.

public:
 property int Minargs { int get(); };
public int Minargs { get; }
member this.Minargs : int
Public ReadOnly Property Minargs As Integer

Property Value

The minimum number of arguments for the function.

Applies to