Table of Contents

Method DequeueAndEnqueue

Namespace
ComfileTech.jControlsNF4
Assembly
ComfileTech.jControlsNF4.dll

DequeueAndEnqueue(T)

Removes and item from the beginning, and then adds an item to the end.

T DequeueAndEnqueue(T item)

Parameters

item T

The item to add.

Returns

T

The item removed

Exceptions

InvalidOperationException

The collection is empty