SfcCollatedDictionaryCollection<T, K, ParentT>.CopyTo 方法 (array<T , Int32)

Copies the elements from the collection to the specified array, starting at the specified array index. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Overrides Sub CopyTo ( _
    array As T(), _
    arrayIndex As Integer _
)
用法
Dim instance As SfcCollatedDictionaryCollection 
Dim array As T()
Dim arrayIndex As Integer

instance.CopyTo(array, arrayIndex)
public override void CopyTo(
    T[] array,
    int arrayIndex
)
public:
virtual void CopyTo(
    array<T>^ array, 
    int arrayIndex
) override
abstract CopyTo : 
        array:'T[] * 
        arrayIndex:int -> unit  
override CopyTo : 
        array:'T[] * 
        arrayIndex:int -> unit
public override function CopyTo(
    array : T[], 
    arrayIndex : int
)

参数

  • array
    类型:array<T[]
    The array to copy to.
  • arrayIndex
    类型:System.Int32
    The zero-based index in the array to begin copying.

实现

ICollection<T>.CopyTo(array<T[], Int32)

请参阅

参考

SfcCollatedDictionaryCollection<T, K, ParentT> 类

CopyTo 重载

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间