C#C
C#4y ago
24 replies
Thinker

Replace element in immutable array matching predicate [Answered]

Got a simple issue, I want to replace an element in an ImmutableArray<T> which matches a predicate with another item. Is there some handy Linq method which could do this easily or am I just gonna have to write my own?
Was this page helpful?