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.9.4179.24336

Syntax

C#
public class HashAlgorithmCollection : List<HashAlgorithm>
Visual Basic
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