RootComponentMappingCollection.AddRange 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将项的集合添加到此集合。
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>
要添加的项。