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. |
predicate |
Type: System.Func.T, Boolean. |
Exceptions
Exception |
Condition |
---|---|