SymbolIterator.T..GetEnumerator Method

Gets the enumerator that enumerates through a collection

Namespace:  TwinCAT.TypeSystem.Generic
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumerator.T.
A IEnumerator.T. that can be used to iterate through the collection.

Implements

IEnumerable.T..GetEnumerator.

Reference

SymbolIterator.T. Class

TwinCAT.TypeSystem.Generic Namespace