C# Класс Mike.Spikes.DataStructures.StackAndQueue

Показать файл Открыть проект

Открытые методы

Метод Описание
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