The number of bytes that have been processed.

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

Syntax

C#
public long Count { get; }
Visual Basic
Public ReadOnly Property Count As Long
	Get
Visual C++
public:
property long long Count {
	long long get ();
}

Remarks

This number does NOT include the bytes that are waiting in the buffer.

See Also