GatewayIPAddressInformationCollection.CopyTo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將此集合中的項目複製到型別 GatewayIPAddressInformation 的一維陣列中。
public:
virtual void CopyTo(cli::array <System::Net::NetworkInformation::GatewayIPAddressInformation ^> ^ array, int offset);
public virtual void CopyTo (System.Net.NetworkInformation.GatewayIPAddressInformation[] array, int offset);
abstract member CopyTo : System.Net.NetworkInformation.GatewayIPAddressInformation[] * int -> unit
override this.CopyTo : System.Net.NetworkInformation.GatewayIPAddressInformation[] * int -> unit
Public Overridable Sub CopyTo (array As GatewayIPAddressInformation(), offset As Integer)
參數
- array
- GatewayIPAddressInformation[]
接收集合之複本的一維陣列。
- offset
- Int32
array
中以零起始的索引,會從這個位置開始複製。
實作
例外狀況
array
為 null
。
count
小於零。
此 GatewayIPAddressInformation 中的項目無法自動轉換成目的 array
型別。
備註
陣列參數必須是以零起始的索引編製的一維。