Represents a strongly typed list of HashAlgorithm objects that can be accessed by index.

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

Syntax

C#
public class HashAlgorithmCollection : List<HashAlgorithm>
Visual Basic (Declaration)
Public Class HashAlgorithmCollection _
	Inherits List(Of HashAlgorithm)
Visual C++
public ref class HashAlgorithmCollection : public List<HashAlgorithm^>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(HashAlgorithm>)>)
    Classless.Hasher..::.HashAlgorithmCollection

See Also