DynamicSymbolsContainer.GetEnumerator Method
Gets the enumerator.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public IEnumerator<ISymbol> GetEnumerator()
VB
Public Function GetEnumerator As IEnumerator(Of ISymbol)
Return Value
Type: IEnumerator.ISymbol.
A IEnumerator.T. that can be used to iterate through the collection.