Inserts a HashAlgorithm into the List at the specified index.
Namespace: Classless.HasherAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336
Syntax
C# |
---|
public void Insert( int index, HashAlgorithm item ) |
Visual Basic |
---|
Public Sub Insert ( _ index As Integer, _ item As HashAlgorithm _ ) |
Visual C++ |
---|
public: void Insert( int index, HashAlgorithm^ item ) |
Parameters
- index
- Type: System..::..Int32
The zero-based index at which item should be inserted.
- item
- Type: System.Security.Cryptography..::..HashAlgorithm
The HashAlgorithm to insert.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | When the specified HashAlgorithm is null. |