C# 클래스 FixedSizedQueue, code

상속: Queue
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
Enqueue ( obj ) : void
FixedSizedQueue ( int maxSize, IEnumerable, items = null )
GetSnapshot ( ) : T[],

returns the current snapshot of the queue

비공개 메소드들

메소드 설명
EnsureLimitConstraint ( ) : void

메소드 상세

Enqueue() 공개 메소드

public Enqueue ( obj ) : void
리턴 void

FixedSizedQueue() 공개 메소드

public FixedSizedQueue ( int maxSize, IEnumerable, items = null )
maxSize int
items IEnumerable,

GetSnapshot() 공개 메소드

returns the current snapshot of the queue
public GetSnapshot ( ) : T[],
리턴 T[],