次の方法で共有


SetRouteConstraint<TSet>(HashSet<TSet>, Boolean) コンストラクター

定義

SetRouteConstraint<TSet> クラスの新しいインスタンスを初期化します。 matchOnExcludedを使用して、制約でパラメーター値を含めるか、指定された値のセットから除外する必要があるかを示します。

public SetRouteConstraint (System.Collections.Generic.HashSet<TSet> set, bool matchOnExcluded);
new Microsoft.Azure.Mobile.Server.Config.SetRouteConstraint<'Set> : System.Collections.Generic.HashSet<'Set> * bool -> Microsoft.Azure.Mobile.Server.Config.SetRouteConstraint<'Set>
Public Sub New (set As HashSet(Of TSet), matchOnExcluded As Boolean)

パラメーター

set
HashSet<TSet>

照合する値のセット。

matchOnExcluded
Boolean

パラメーター値をセットに含めるか、セットから除外する必要があることを示します。

適用対象