C# Class Mike.Spikes.DataStructures.StackAndQueue

Afficher le fichier Open project: mikehadlow/Mike.Spikes

Méthodes publiques

Méthode Description
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

Method Details

BlockingCollection() public méthode

Blocking collection acts as a threadsafe blocking queue
public BlockingCollection ( ) : void
Résultat void

QueueDemo() public méthode

Use queue for first-in first-out
public QueueDemo ( ) : void
Résultat void

StackDemo() public méthode

Use stack anywhere you need last-in first-out
public StackDemo ( ) : void
Résultat void