Click or drag to resize

GlobMatcherPositivePatterns Property

Gets the glob patterns that define which paths are included.

Namespace: Altaxo.Serialization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public ImmutableList<string> PositivePatterns { get; }

Property Value

ImmutableListString
See Also