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
的类型。
注解
数组参数必须是一维的,索引从零开始。