Initializes an instance of HashAlgorithmList that is empty and has the specified initial capacity.
Namespace:
Classless.HasherAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599
Syntax
C# |
---|
public HashAlgorithmCollection( int capacity ) |
Visual Basic (Declaration) |
---|
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.