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.8.3649.33599

Syntax

C#
public long RangeEnd { get; set; }
Visual Basic (Declaration)
Public Property RangeEnd As Long
Visual C++
public:
property long long RangeEnd {
	long long get ();
	void set (long long value);
}

See Also