EntityCollection.CopyTo 方法
此成员仅供内部使用,不能直接在您的代码中使用。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
Public Sub CopyTo ( _
array As Entity(), _
index As Integer _
)
用法
Dim instance As EntityCollection
Dim array As Entity()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
Entity[] array,
int index
)
参数
- array
类型:[]
- index
类型:System.Int32