Property | Type | Description | |
---|---|---|---|
_dataSet |
Method | Description | |
---|---|---|
GetRange ( int index, int count ) : IList |
Returns the values in the list starting at the index provided.
|
|
this ( int index ) : int |
Returns the value in the list at the index provided.
|
Method | Description | |
---|---|---|
IntegerList ( |
Constructs a new instance of IntegerList ready to read entities from the source.
|
public GetRange ( int index, int count ) : IList |
||
index | int | /// First index of the range required. /// |
count | int | /// Number of elements to return. /// |
return | IList |
public this ( int index ) : int | ||
index | int | Index of the value required. |
return | int |