SymbolIterator Constructor (IEnumerable.ISymbol., Boolean)

Initializes a new instance of the SymbolIterator class.

Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

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

Parameters

symbols

Type: System.Collections.Generic.IEnumerable.ISymbol.
The symbol enumeration.

recurse

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

Reference

SymbolIterator Class

SymbolIterator Overload

TwinCAT.Ads.TypeSystem Namespace