Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Overridable Sub CopyTo ( _
array As T(), _
index As Integer _
)
'使用
Dim instance As EqtBaseCollection
Dim array As T()
Dim index As Integer
instance.CopyTo(array, index)
public virtual void CopyTo(
T[] array,
int index
)
public:
virtual void CopyTo(
array<T>^ array,
int index
)
public function CopyTo(
array : T[],
index : int
)
Parameters
- array
Type: []
- index
Type: System.Int32
Implements
ICollection<T>.CopyTo([], Int32)
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.