SymbolIterator Constructor (IEnumerable.ISymbol., Boolean, SymbolIterationMask, Func.ISymbol, Boolean., Func.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,
SymbolIterationMask mask,
Func<ISymbol, bool>? selector,
Func<ISymbol, bool>? areChildsIterated
)
Parameters
symbols |
Type: System.Collections.Generic.IEnumerable.ISymbol. |
recurse |
Type: System.Boolean |
mask |
Type: TwinCAT.TypeSystem.SymbolIterationMask |
selector |
Type: System.Func.ISymbol,
Boolean. |
areChildsIterated |
Type: System.Func.ISymbol,
Boolean. |