 | ResourcePools<T>.HashSets Field |
A resource pool containing collections of type
HashSet<T>.
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntaxpublic static readonly ResourcePool<HashSet<T>> HashSets
Public Shared ReadOnly HashSets As ResourcePool(Of HashSet(Of T))
public:
static initonly ResourcePool<HashSet<T>^>^ HashSets
static val HashSets: ResourcePool<HashSet<'T>>
Field Value
Type:
ResourcePool<HashSet<T>>
See Also