Removes the first occurrence of a specific HashAlgorithm from the List.
Namespace:
Classless.HasherAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599
Syntax
C# |
---|
public bool Remove( HashAlgorithm item ) |
Visual Basic (Declaration) |
---|
Public Function Remove ( _ item As HashAlgorithm _ ) As Boolean |
Visual C++ |
---|
public: bool Remove( HashAlgorithm^ item ) |
Parameters
- item
- Type: System.Security.Cryptography..::.HashAlgorithm
The HashAlgorithm to remove from the List.