Gets the items, if more than one.
Namespace: Autodesk.iLogic.Types
Assembly: Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 29.0
Syntax
VB
Public ReadOnly Property Items As IEnumerable(Of ComponentOrPattern) Get
C#
public IEnumerable<ComponentOrPattern> Items { get; }