Gets or sets the index of the end of 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 RangeEnd { get; set; }
Visual Basic
Public Property RangeEnd As Long
	Get
	Set
Visual C++
public:
property long long RangeEnd {
	long long get ();
	void set (long long value);
}

See Also