SymbolIterator.T. Constructor (IEnumerable.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
)
VB
Public Sub New (
coll As IEnumerable(Of T),
recurse As Boolean
)
Parameters
coll |
Type: System.Collections.Generic.IEnumerable.T. |
recurse |
Type: System.Boolean |