Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: Stack<T> ToStack<T>(this IEnumerable<T>)

Declaration

public static Stack<T> ToStack<T>(
    this IEnumerable<T> source
)

Summary

Creates a Stack<T> from an enumerable collection.

Generic type parameters

TThis type parameter is not documented.