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

See Also