TcAdsSymbolInfoCollection.GetEnumerator Method

Returns an enumerator that can iterate through the symbols (TcAdsSymbolInfo) in this collection.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public virtual IEnumerator GetEnumerator()

VB

Public Overridable Function GetEnumerator As IEnumerator

Return Value

Type: IEnumerator
An IEnumerator that can be used to iterate through all symbols (TcAdsSymbolInfo) in this collection.

Implements

IEnumerable.GetEnumerator.

Reference

TcAdsSymbolInfoCollection Class

TwinCAT.Ads Namespace