Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: Queue<T> ToQueue<T>(this IEnumerable<T>)

Declaration

public static Queue<T> ToQueue<T>(
    this IEnumerable<T> source
)

Summary

Creates a Queue<T> from an enumerable collection.

Generic type parameters

TThis type parameter is not documented.