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.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 ();
}

See Also