The IncludeExcludeWildcards Class contains the following constructor:
Constructs a new IncludeExcludeWildcards object given a WildcardExpression matching the included strings and a WildcardExpression matching the excluded strings.
public IncludeExcludeWildcards(WildcardExpression include, WildcardExpression exclude);
include | The expression strings that are included in the set. |
exclude | The expression strings that are excluded from the set. |