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

Syntax

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

See Also