Copies the elements of TdParameterCollection to the specified array.
Syntax
'Declaration
Public Overloads Overrides NotOverridable Sub CopyTo( _
ByVal As Array, _
ByVal As Integer _
)
'Usage
Dim instance As TdParameterCollection
Dim array As Array
Dim index As Integer
instance.CopyTo(array, index)
public override void CopyTo(
Array ,
int
)
public:
void CopyTo(
Array^ ,
int
) override
Parameters
- array
- The target one-dimensional array.
- index
- The zero-based index in the array where copying begins.
Exceptions
Requirements
Product | Versions | Platforms |
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also