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.
Input collection (root objects).

recurse

Type: System.Boolean
if set to true the iterator will iterate recursively.

predicate

Type: System.Func.T, Boolean.
The predicate.

Reference

SymbolIterator.T. Class

SymbolIterator.T. Overload

TwinCAT.TypeSystem.Generic Namespace