DocumentVisualsEditCopy(IList) Method |
Creates a copy of the specified list as an array.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxprotected static Array Copy(
IList list
)
Parameters
- list IList
- The list to copy.
Return Value
ArrayA copy of the list as an array.
See Also