AlgorithmsReplace Method |
Name | Description | |
---|---|---|
![]() ![]() | ReplaceT(IEnumerableT, PredicateT, T) |
Replace all items in a collection that a predicate evalues at true with a value, yielding another collection. .
|
![]() ![]() | ReplaceT(IEnumerableT, T, T) |
Replace all items in a collection equal to a particular value with another values, yielding another collection.
|
![]() ![]() | ReplaceT(IEnumerableT, T, T, IEqualityComparerT) |
Replace all items in a collection equal to a particular value with another values, yielding another collection. A passed
IEqualityComparer is used to determine equality.
|