SymbolIterator.T. Constructor (IInstanceCollection.T., 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(
    IInstanceCollection<T> coll,
    Func<T, bool> predicate
)

VB

Public Sub New ( 
    coll As IInstanceCollection(Of T),
    predicate As Func(Of T, Boolean)
)

Parameters

coll

Type: TwinCAT.TypeSystem.Generic.IInstanceCollection.T.
The root symbols.

predicate

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

Exceptions

Exception

Condition

NotSupportedException

Reference

SymbolIterator.T. Class

SymbolIterator.T. Overload

TwinCAT.TypeSystem.Generic Namespace