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