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

Type Parameters

T

Concrete ISymbol type.

The SymbolIterator.T. type exposes the following members.

Constructors

 

Name

Description

SymbolIterator.T. Class 1:

SymbolIterator.T.(IInstanceCollection.T.)

Initializes a new instance of the SymbolIterator.T. class.

SymbolIterator.T. Class 2:

SymbolIterator.T.(IEnumerable.T., Boolean)

Initializes a new instance of the SymbolIterator.T. class.

SymbolIterator.T. Class 3:

SymbolIterator.T.(IInstanceCollection.T., Func.T, Boolean.)

Initializes a new instance of the SymbolIterator.T. class.

SymbolIterator.T. Class 4:

SymbolIterator.T.(IEnumerable.T., Boolean, Func.T, Boolean.)

Initializes a new instance of the SymbolIterator.T. class.

Properties

 

Name

Description

SymbolIterator.T. Class 5:

Mask

Gets or sets the SymbolIterationMask

SymbolIterator.T. Class 6:

SymbolRecursionDetection

Gets or sets a value indicating whether the iterator checks for Symbol recursions (true by default).

Methods

 

Name

Description

SymbolIterator.T. Class 7:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

SymbolIterator.T. Class 8:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

SymbolIterator.T. Class 9:

GetEnumerator

Gets the enumerator that enumerates through a collection

SymbolIterator.T. Class 10:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

SymbolIterator.T. Class 11:

GetType

Gets the Type of the current instance. (Inherited from Object.)

SymbolIterator.T. Class 12:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

SymbolIterator.T. Class 13:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Remarks

Iterates over all root symbols and its sub symbols.

Reference

TwinCAT.TypeSystem.Generic Namespace

System.Collections.Generic.IEnumerable.T.