C# 클래스 Mike.Spikes.DataStructures.StackAndQueue

파일 보기 프로젝트 열기: mikehadlow/Mike.Spikes

공개 메소드들

메소드 설명
BlockingCollection ( ) : void

Blocking collection acts as a threadsafe blocking queue

QueueDemo ( ) : void

Use queue for first-in first-out

StackDemo ( ) : void

Use stack anywhere you need last-in first-out

메소드 상세

BlockingCollection() 공개 메소드

Blocking collection acts as a threadsafe blocking queue
public BlockingCollection ( ) : void
리턴 void

QueueDemo() 공개 메소드

Use queue for first-in first-out
public QueueDemo ( ) : void
리턴 void

StackDemo() 공개 메소드

Use stack anywhere you need last-in first-out
public StackDemo ( ) : void
리턴 void