Click or drag to resize
AlgorithmsReplace Method
Overload List
  NameDescription
Public methodStatic memberReplaceT(IEnumerableT, PredicateT, T)
Replace all items in a collection that a predicate evalues at true with a value, yielding another collection. .
Public methodStatic memberReplaceT(IEnumerableT, T, T)
Replace all items in a collection equal to a particular value with another values, yielding another collection.
Public methodStatic memberReplaceT(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.
Top
See Also