ProtocolElementCollection.CopyTo(ProtocolElement[], Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從陣列的特定索引處開始,將集合中的元素複製到陣列。
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
中以零起始的索引,即開始複製的位置。