Click or drag to resize
IImmutableSetTValue Interface

[Missing <summary> documentation for "T:Akka.Util.Internal.Collections.IImmutableSet`1"]

Namespace: Akka.Util.Internal.Collections
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public interface IImmutableSet<TValue> : IEnumerable<TValue>, 
	IEnumerable
where TValue : Object, IComparable<TValue>

Type Parameters

TValue

[Missing <typeparam name="TValue"/> documentation for "T:Akka.Util.Internal.Collections.IImmutableSet`1"]

The IImmutableSetTValue type exposes the following members.

Methods
  NameDescription
Public methodAdd
Public methodContains
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableTValue.)
Public methodRemove(IEnumerableTValue)
Public methodRemove(TValue)
Public methodTryAdd
Public methodTryRemove
Top
Extension Methods
Properties
See Also