ConcurrentSet<(Of <(<'T>)>)> Class

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll)

Syntax


public class ConcurrentSet<T> : ICollection<T>, 
	IEnumerable<T>, IEnumerable
Public Class ConcurrentSet(Of T) _
	Implements ICollection(Of T), IEnumerable(Of T),  _
	IEnumerable
generic<typename T>
public ref class ConcurrentSet : ICollection<T>, 
	IEnumerable<T>, IEnumerable

Type Parameters

T

Inheritance Hierarchy


Object
  Akka.Util..::..ConcurrentSet<(Of <(<'T>)>)>