次の方法で共有


IXsltContextFunction.Minargs プロパティ

定義

関数の引数の最小数を取得します。 この情報を使用すると、オーバーロードされた関数を区別できます。

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

プロパティ値

関数の引数の最小数。

適用対象