Summary

public static IImmutableList<T> TrackedReplace<T>(this IImmutableList<T> list, T oldValue, T newValue)

Returns

IImmutableList

Parameters