Compartilhar via


SetRouteConstraint<TSet>(HashSet<TSet>, Boolean) Construtor

Definição

Inicializa uma nova instância da classe SetRouteConstraint<TSet>. Usando o matchOnExcluded para indicar se a restrição requer que o valor do parâmetro seja incluído ou excluído do conjunto de valores fornecido.

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)

Parâmetros

set
HashSet<TSet>

O conjunto de valores com os qual corresponder.

matchOnExcluded
Boolean

Indica que o valor do parâmetro deve ser incluído ou excluído do conjunto.

Aplica-se a