WeaverUtilities.

GetHashSet<T>() Method

Summary

Returns an available System.Collections.Generic.HashSet`1 from the pool or creates a new one if there are none.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
WeaverUtilities

Syntax

public static HashSet<T> GetHashSet<T>()

Type Parameters

Name Description
T

Return Value

Type Description
HashSet<T>