SubstringConstraint.

IgnoreCase Property

Summary

Modify the constraint to ignore case in matching. This will call Using(StringComparison.CurrentCultureIgnoreCase).
Namespace
TCLite.Constraints
Containing Type
SubstringConstraint

Syntax

public override StringConstraint IgnoreCase { get; }

Value

Type Description
StringConstraint