Click or drag to resize

EventLogMessageCollectionGetEnumerator Method

Returns an enumerator that can iterate through a collection.

Namespace:  ABB.Robotics.Controllers.EventLogDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public IEnumerator GetEnumerator()

Return Value

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

Implements

IEnumerableGetEnumerator
See Also