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.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public:
SetRouteConstraint(
	HashSet<TSet>^ set,
	bool matchOnExcluded
)

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.

Return to top
Show: