SymbolIterator.T. Class
Symbol iterator object
Inheritance Hierarchy
System.Object
TwinCAT.TypeSystem.Generic.SymbolIterator.T.
Namespace: TwinCAT.TypeSystem.Generic
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public class SymbolIterator<T> : IEnumerable<T>,
IEnumerable
where T : ISymbol
VB
Public Class SymbolIterator(Of T As ISymbol)
Implements IEnumerable(Of T), IEnumerable
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the SymbolIterator.T. class. | |
|
Initializes a new instance of the SymbolIterator.T. class. | |
|
Initializes a new instance of the SymbolIterator.T. class. | |
|
SymbolIterator.T.(IEnumerable.T., Boolean, Func.T, Boolean.) |
Initializes a new instance of the SymbolIterator.T. class. |
Properties
|
Name |
Description |
---|---|---|
|
Gets or sets the SymbolIterationMask | |
|
Gets or sets a value indicating whether the iterator checks for Symbol recursions (true by default). |
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
|
Gets the enumerator that enumerates through a collection | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Returns a string that represents the current object. (Inherited from Object.) |
Remarks
Iterates over all root symbols and its sub symbols.