ImmutableStack.CreateRange<T>(IEnumerable<T>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new immutable stack that contains the specified items.
public:
generic <typename T>
static System::Collections::Immutable::ImmutableStack<T> ^ CreateRange(System::Collections::Generic::IEnumerable<T> ^ items);
public static System.Collections.Immutable.ImmutableStack<T> CreateRange<T> (System.Collections.Generic.IEnumerable<T> items);
static member CreateRange : seq<'T> -> System.Collections.Immutable.ImmutableStack<'T>
Public Function CreateRange(Of T) (items As IEnumerable(Of T)) As ImmutableStack(Of T)
Type Parameters
- T
The type of items in the stack.
Parameters
- items
- IEnumerable<T>
The items to add to the stack before it's immutable.
Returns
An immutable stack that contains the specified items.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.