Dart.PowerTCP.SslSockets Namespace > CertificateStore Class : CopyTo Method |
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
[Visual Basic] Overloads Public Sub CopyTo(CertificateStore,Integer)
Copies the entire ArrayList to a compatible one-dimensional Array, starting at the beginning of the target array.
[Visual Basic] Overloads Public Overridable Sub CopyTo(Array)
Copies the entire ArrayList to a compatible one-dimensional Array, starting at the specified index of the target array.[C++/CLI] public virtual void CopyTo(Array^);
[Visual Basic] Overloads Public Overridable Sub CopyTo(Array,Integer)
Copies a range of elements from the ArrayList to a compatible one-dimensional Array, starting at the specified index of the target array.[C++/CLI] public virtual void CopyTo(Array^,int);
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
CertificateStore Class | CertificateStore Members
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.