StyleListBaseTCopyTo Method |
Copies the elements of the list to an array.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void CopyTo(
T[] array,
int arrayIndex
)
Parameters
- array T
- The destination array.
- arrayIndex Int32
- The zero-based destination index.
See Also