次の方法で共有


ProtocolElementCollection.CopyTo(ProtocolElement[], Int32) メソッド

定義

コレクションから配列に要素をコピーします。コピーは配列内の特定のインデックスから開始します。

public:
 void CopyTo(cli::array <System::Web::Services::Configuration::ProtocolElement ^> ^ array, int index);
public void CopyTo (System.Web.Services.Configuration.ProtocolElement[] array, int index);
override this.CopyTo : System.Web.Services.Configuration.ProtocolElement[] * int -> unit
Public Sub CopyTo (array As ProtocolElement(), index As Integer)

パラメーター

array
ProtocolElement[]

コレクションの内容をコピーする ProtocolElement 型の配列。

index
Int32

コピーの開始位置とする array のインデックス (0 から始まる)。

適用対象