Initializes an instance of HashAlgorithmList that is empty and has the specified initial capacity.

Namespace: Classless.Hasher
Assembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336

Syntax

C#
public HashAlgorithmCollection(
	int capacity
)
Visual Basic
Public Sub New ( _
	capacity As Integer _
)
Visual C++
public:
HashAlgorithmCollection(
	int capacity
)

Parameters

capacity
Type: System..::..Int32
The number of elements that the new list can initially store.

See Also