다음을 통해 공유


RootComponentMappingCollection.AddRange 메서드

정의

이 컬렉션에 항목 컬렉션을 추가합니다.

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

매개 변수

items
IEnumerable<RootComponentMapping>

추가할 항목입니다.

적용 대상