프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_dataSet |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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. /// |
리턴 | IList |