Click or drag to resize

ComponentOrPattern Constructor (IEnumerableObject)

Construct from a list of objects. If one of the items is not convertible to a ComponentOrPattern, an exception will be thrown.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax
Public Sub New ( 
	items As IEnumerable(Of Object)
)

Parameters

items
Type: System.Collections.GenericIEnumerableObject
See Also