C# Class TSystems.RELOAD.Storage.ArrayRange

If the data model is array, the specifier contains a list of ArrayRange elements, each of which contains two integers. The first integer is the beginning of the range and the second is the end of the range. 0 is used to indicate the first element and 0xffffffff is used to indicate the final element. The first integer must be less than the second. While multiple ranges MAY be specified, they MUST NOT overlap. see RELOAD base -12 p.94
Datei anzeigen Open project: RELOAD-NET/RELOAD.NET

Public Methods

Method Description
ArrayRange ( UInt32 first, UInt32 last ) : System
CompareTo ( Object inObj ) : int

Compares two ArrayRange structs. As They overlay, it throws an Exception.

Method Details

ArrayRange() public method

public ArrayRange ( UInt32 first, UInt32 last ) : System
first System.UInt32
last System.UInt32
return System

CompareTo() public method

Compares two ArrayRange structs. As They overlay, it throws an Exception.
public CompareTo ( Object inObj ) : int
inObj Object
return int