The number of bytes that have been processed.

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

Syntax

C#
public long Count { get; }
Visual Basic (Declaration)
Public ReadOnly Property Count As Long
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