C# 클래스 FiftyOne.Foundation.Mobile.Detection.Entities.Stream.IntegerList

상속: ISimpleList
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection

보호된 프로퍼티들

프로퍼티 타입 설명
_dataSet 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 ( DataSet dataSet, Reader reader ) : System.Collections.Generic

Constructs a new instance of IntegerList ready to read entities from the source.

메소드 상세

GetRange() 공개 메소드

Returns the values in the list starting at the index provided.
public GetRange ( int index, int count ) : IList
index int /// First index of the range required. ///
count int /// Number of elements to return. ///
리턴 IList

this() 공개 메소드

Returns the value in the list at the index provided.
public this ( int index ) : int
index int Index of the value required.
리턴 int

프로퍼티 상세

_dataSet 보호되어 있는 프로퍼티

The dataset which contains the list.
protected DataSet,FiftyOne.Foundation.Mobile.Detection.Entities.Stream _dataSet
리턴 DataSet