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

This represents a collection of weak references.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public sealed class WeakReferenceCollection<T>
Public NotInheritable Class WeakReferenceCollection(Of T)

Type Parameters

T
The type of elements in the collection.

Inheritance Hierarchy


Object
  Tortuga.Anchor.Collections..::..WeakReferenceCollection<(Of <(<'T>)>)>