Click or drag to resize

DocumentVisualsEditCopy Method (IList, Type)

Creates a copy of the specified list as an array of the specified type.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
protected static Array Copy(
	IList list,
	Type type
)

Parameters

list
Type: System.CollectionsIList
The list to copy.
type
Type: SystemType
The type of elements in the array.

Return Value

Type: Array
A copy of the list as an array of the specified type.
See Also