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