ImmutableQueue.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 queue that contains the specified items.
public:
generic <typename T>
static System::Collections::Immutable::ImmutableQueue<T> ^ CreateRange(System::Collections::Generic::IEnumerable<T> ^ items);
public static System.Collections.Immutable.ImmutableQueue<T> CreateRange<T> (System.Collections.Generic.IEnumerable<T> items);
static member CreateRange : seq<'T> -> System.Collections.Immutable.ImmutableQueue<'T>
Public Function CreateRange(Of T) (items As IEnumerable(Of T)) As ImmutableQueue(Of T)
Type Parameters
- T
The type of elements in the queue.
Parameters
- items
- IEnumerable<T>
The items to add to the queue before immutability is applied.
Returns
An immutable queue that contains the specified items.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา