WeaverUtilities.

Release<T>(HashSet<T>) Method

Summary

Clears the `set` and puts it into the pool to be available for reuse.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
WeaverUtilities

Syntax

public static void Release<T>(this HashSet<T> set)

Type Parameters

Name Description
T

Parameters

Name Type Description
set HashSet<T>

Return Value

Type Description
void