Class HashSetNode<T>
Inherited Members
Namespace: Advanced.Algorithms.DataStructures
Assembly: Advanced.Algorithms.dll
Syntax
public class HashSetNode<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
HashSetNode(T)
Declaration
public HashSetNode(T value)
Parameters
| Type | Name | Description |
|---|---|---|
| T | value |
Fields
Value
Declaration
public T Value
Field Value
| Type | Description |
|---|---|
| T |