altcover

TypeSafe.FilterItem class

Corresponds to a filter entry

public abstract class FilterItem : IEquatable<FilterItem>, IStructuralEquatable

Public Members

name description
static NewMatchItem(…)  
static NewNegateMatchItem(…)  
static NewRaw(…)  
AsString() Returns the string as would be used on the command line (regex with optional leading '?)
class MatchItem Apply to items that match the regex
class NegateMatchItem Apply to items that don’t match the regex
class Raw A string as would be used on the command line (regex with optional leading '?)
static class Tags  

See Also