ProviderCollection.CopyTo(ProviderBase[], Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定之索引處開始,將集合的內容複製到指定的陣列。
public:
void CopyTo(cli::array <System::Configuration::Provider::ProviderBase ^> ^ array, int index);
public void CopyTo (System.Configuration.Provider.ProviderBase[] array, int index);
member this.CopyTo : System.Configuration.Provider.ProviderBase[] * int -> unit
Public Sub CopyTo (array As ProviderBase(), index As Integer)
參數
- array
- ProviderBase[]
要將集合之項目複製到的陣列。
- index
- Int32
集合項目的索引,複製處理序會從該位置開始。
備註
複製項目的陣列必須具有以零起始的索引。