Click or drag to resize
AlgorithmsReplaceInPlace Method
Overload List
  NameDescription
Public methodStatic memberReplaceInPlaceT(IListT, PredicateT, T)
Replace all items in a list or array that a predicate evaluates at true with a value. The replacement is done in-place, changing the list.
Public methodStatic memberReplaceInPlaceT(IListT, T, T)
Replace all items in a list or array equal to a particular value with another value. The replacement is done in-place, changing the list.
Public methodStatic memberReplaceInPlaceT(IListT, T, T, IEqualityComparerT)
Replace all items in a list or array equal to a particular value with another values. The replacement is done in-place, changing the list. A passed IEqualityComparer is used to determine equality.
Top
See Also