Summary

public static IImmutableList<T> TrackedRemove<T>(this IImmutableList<T> list, T value)

Returns

IImmutableList

Parameters