Table of Contents

Method GetEnumerator

Namespace
Kepware.Api.Util
Assembly
Kepware.Api.dll

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<KeyValuePair<string, object?>> GetEnumerator()

Returns

IEnumerator<KeyValuePair<string, object>>

An enumerator that can be used to iterate through the collection.