ImmutableSetExtensionsRemoveTValue Method |
[Missing <summary> documentation for "M:Akka.Util.Internal.Collections.ImmutableSetExtensions.Remove``1(Akka.Util.Internal.Collections.IImmutableSet{``0},System.Predicate{``0})"]
Namespace: Akka.Util.Internal.Collections
public static IImmutableSet<TValue> Remove<TValue>( this IImmutableSet<TValue> set, Predicate<TValue> itemsToRemove ) where TValue : Object, IComparable<TValue>
[Missing <param name="set"/> documentation for "M:Akka.Util.Internal.Collections.ImmutableSetExtensions.Remove``1(Akka.Util.Internal.Collections.IImmutableSet{``0},System.Predicate{``0})"]
[Missing <param name="itemsToRemove"/> documentation for "M:Akka.Util.Internal.Collections.ImmutableSetExtensions.Remove``1(Akka.Util.Internal.Collections.IImmutableSet{``0},System.Predicate{``0})"]
[Missing <typeparam name="TValue"/> documentation for "M:Akka.Util.Internal.Collections.ImmutableSetExtensions.Remove``1(Akka.Util.Internal.Collections.IImmutableSet{``0},System.Predicate{``0})"]
[Missing <returns> documentation for "M:Akka.Util.Internal.Collections.ImmutableSetExtensions.Remove``1(Akka.Util.Internal.Collections.IImmutableSet{``0},System.Predicate{``0})"]