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
Afficher le fichier Open project: RELOAD-NET/RELOAD.NET

Méthodes publiques

Méthode 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 méthode

public ArrayRange ( UInt32 first, UInt32 last ) : System
first System.UInt32
last System.UInt32
Résultat System

CompareTo() public méthode

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