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: 4.3.0.0
Syntax
C#
public SymbolIterator(
IEnumerable<T> coll,
bool recurse,
Func<T, bool> predicate
)
VB
Public Sub New (
coll As IEnumerable(Of T),
recurse As Boolean,
predicate As Func(Of T, Boolean)
)
Parameters
coll |
Type: System.Collections.Generic.IEnumerable.T. |
recurse |
Type: System.Boolean |
predicate |
Type: System.Func.T, Boolean. |