Click or drag to resize
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
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static IImmutableSet<TValue> Remove<TValue>(
	this IImmutableSet<TValue> set,
	Predicate<TValue> itemsToRemove
)
where TValue : Object, IComparable<TValue>

Parameters

set
Type: Akka.Util.Internal.CollectionsIImmutableSetTValue

[Missing <param name="set"/> documentation for "M:Akka.Util.Internal.Collections.ImmutableSetExtensions.Remove``1(Akka.Util.Internal.Collections.IImmutableSet{``0},System.Predicate{``0})"]

itemsToRemove
Type: SystemPredicateTValue

[Missing <param name="itemsToRemove"/> documentation for "M:Akka.Util.Internal.Collections.ImmutableSetExtensions.Remove``1(Akka.Util.Internal.Collections.IImmutableSet{``0},System.Predicate{``0})"]

Type Parameters

TValue

[Missing <typeparam name="TValue"/> documentation for "M:Akka.Util.Internal.Collections.ImmutableSetExtensions.Remove``1(Akka.Util.Internal.Collections.IImmutableSet{``0},System.Predicate{``0})"]

Return Value

Type: IImmutableSetTValue

[Missing <returns> documentation for "M:Akka.Util.Internal.Collections.ImmutableSetExtensions.Remove``1(Akka.Util.Internal.Collections.IImmutableSet{``0},System.Predicate{``0})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IImmutableSetTValue. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also