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