Udostępnij za pośrednictwem


RootComponentMappingCollection.AddRange Metoda

Definicja

Dodaje kolekcję elementów do tej kolekcji.

public:
 void AddRange(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Components::WebAssembly::Hosting::RootComponentMapping> ^ items);
public void AddRange (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping> items);
member this.AddRange : seq<Microsoft.AspNetCore.Components.WebAssembly.Hosting.RootComponentMapping> -> unit
Public Sub AddRange (items As IEnumerable(Of RootComponentMapping))

Parametry

items
IEnumerable<RootComponentMapping>

Elementy do dodania.

Dotyczy