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: 25.0
Syntax
VB
Public Sub New (
items As IEnumerable(Of Object)
)
C#
public ComponentOrPattern(
IEnumerable<Object> items
)
Parameters
- items
- Type: System.Collections.Generic.IEnumerable(Object)
See Also
Reference