SetRouteConstraint<TSet> Constructor (HashSet<TSet>^, Boolean)
Initializes a new instance of the SetRouteConstraint<TSet> class. Using the matchOnExcluded to indicate whether the constraint requires the parameter value to be included or excluded from the provided set of values.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Parameters
- set
-
Type:
System.Collections.Generic::HashSet<TSet>^
The set of values to match against.
- matchOnExcluded
-
Type:
System::Boolean
Indicates that the parameter value should be included or excluded from the set.
Show: