FileMatcherBuilder.Content(String, RegexOptions, Boolean, Object, Func<String, Boolean>) Method
Containing Type: FileMatcherBuilder
Assembly: Orang.FileSystem.dll
public Orang.FileSystem.Fluent.FileMatcherBuilder Content(string pattern, System.Text.RegularExpressions.RegexOptions options = None, bool invert = false, object? group = null, Func<string, bool>? predicate = null)
Parameters
pattern String
options RegexOptions
invert Boolean
group Object
predicate Func<String, Boolean>