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