WeaverUtilities.

GetHashSet<T>(HashSet<T>) Method

Summary

Assigns 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 void GetHashSet<T>(out HashSet<T> set)

Type Parameters

Name Description
T

Parameters

Name Type Description
set HashSet<T>

Return Value

Type Description
void