C# 클래스 BzReader.HitCollection

The class encapsulates the list of the index hits
상속: System.Collections.CollectionBase, IEnumerable, IEnumerator
파일 보기 프로젝트 열기: synhershko/BzReader 1 사용 예제들

공개 메소드들

메소드 설명
Add ( PageInfo hit ) : void

Adds the specified hit.

HitCollection ( ) : System

Initializes a new instance of the HitCollection class.

MoveNext ( ) : bool

Advances the enumerator to the next element of the collection.

Remove ( PageInfo hit ) : void

Removes the specified hit.

Reset ( ) : void

Sets the enumerator to its initial position, which is before the first element in the collection.

this ( int index ) : PageInfo

Gets or sets the PageInfo at the specified index.

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator

Returns an enumerator that iterates through the instance.

메소드 상세

Add() 공개 메소드

Adds the specified hit.
public Add ( PageInfo hit ) : void
hit PageInfo The hit.
리턴 void

HitCollection() 공개 메소드

Initializes a new instance of the HitCollection class.
public HitCollection ( ) : System
리턴 System

MoveNext() 공개 메소드

Advances the enumerator to the next element of the collection.
The collection was modified after the enumerator was created.
public MoveNext ( ) : bool
리턴 bool

Remove() 공개 메소드

Removes the specified hit.
public Remove ( PageInfo hit ) : void
hit PageInfo The hit.
리턴 void

Reset() 공개 메소드

Sets the enumerator to its initial position, which is before the first element in the collection.
The collection was modified after the enumerator was created.
public Reset ( ) : void
리턴 void

this() 공개 메소드

Gets or sets the PageInfo at the specified index.
public this ( int index ) : PageInfo
index int
리턴 PageInfo