







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | Replace<(Of <T>)>(IEnumerable<(Of <T>)>, Predicate<(Of <T>)>, T) |
Replace all items in a collection that a predicate evalues at true with a value, yielding another collection. .
|
![]() ![]() | Replace<(Of <T>)>(IEnumerable<(Of <T>)>, T, T) |
Replace all items in a collection equal to a particular value with another values, yielding another collection.
|
![]() ![]() | Replace<(Of <T>)>(IEnumerable<(Of <T>)>, T, T, IEqualityComparer<(Of <T>)>) |
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.
|