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: 6.0.328+39e3229

Syntax

C#

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

Parameters

symbols

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

recurse

Type: System.Boolean
if set to true, the iterator works recursively over all subsymbols.

Reference

SymbolIterator.T. Class

SymbolIterator.T. Overload

TwinCAT.TypeSystem.Generic Namespace