Gets the number of bytes included in the range of data represented by this node.

Namespace: Classless.Hasher.Methods
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 ();
}

See Also