SymbolIterator.T. Constructor (IEnumerable.T., Boolean)

Initializes a new instance of the SymbolIterator.T. class.

Namespace:  TwinCAT.TypeSystem.Generic
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public SymbolIterator(
    IEnumerable<T> coll,
    bool recurse
)

VB

Public Sub New ( 
    coll As IEnumerable(Of T),
    recurse As Boolean
)

Parameters

coll

Type: System.Collections.Generic.IEnumerable.T.
The root collection

recurse

Type: System.Boolean
if set to true the iterator will iterate recursively.

Reference

SymbolIterator.T. Class

SymbolIterator.T. Overload

TwinCAT.TypeSystem.Generic Namespace