RootComponentMappingCollection.AddRange Method

Definition

Adds a collection of items to this collection.

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))

Parameters

items
IEnumerable<RootComponentMapping>

The items to add.

Applies to