Click or drag to resize

GlobMatcher Constructor

Initializes a new instance of the GlobMatcher class.

Namespace: Altaxo.Serialization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public GlobMatcher(
	IEnumerable<string> positivePatterns,
	IEnumerable<string> negativePatterns,
	bool caseSensitive = false
)

Parameters

positivePatterns  IEnumerableString
The include glob patterns.
negativePatterns  IEnumerableString
The exclude glob patterns.
caseSensitive  Boolean  (Optional)
If set to , matching is case-sensitive.
See Also