Interface INameComparerThatCanRemove
Lets a name comparer remove one name.
public interface INameComparerThatCanRemove : INameComparer
- Inherited Members
- Extension Methods
Methods
TryRemove(string)
Attempts to remove a name. Returns the updated comparer if the name was removed, otherwise null.
INameComparer? TryRemove(string name)
Parameters
namestring