Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: QueueViewable<T>(IEnumerable<T>)

Declaration

public QueueViewable<T>(
    IEnumerable<T> items
)

Summary

Constructor.

Parameters

IEnumerable<T>items Items that the new queue should contain. The first item of the enumerable will be at the head of the queue.