共用方式為


ObjectParameterCollection.CopyTo(ObjectParameter[], Int32) 方法

定義

允許將集合中的參數複製到提供的陣列中,從位於指定索引處的物件開始。

public void CopyTo(System.Data.Entity.Core.Objects.ObjectParameter[] array, int arrayIndex);
abstract member CopyTo : System.Data.Entity.Core.Objects.ObjectParameter[] * int -> unit
override this.CopyTo : System.Data.Entity.Core.Objects.ObjectParameter[] * int -> unit
Public Sub CopyTo (array As ObjectParameter(), arrayIndex As Integer)

參數

array
ObjectParameter[]

要將參數複製到其中的陣列。

arrayIndex
Int32

陣列中要開始複製參數的索引。

適用於