DynamicSymbolsProvider.GetEnumerator Method

Returns an IEnumerator.T. that iterates through the Symbols of the DynamicSymbolsProvider.

Namespace:  TcHmiSrv.Core.Tools.DynamicSymbols
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public IEnumerator<KeyValuePair<string, Symbol>> GetEnumerator()

Return Value

Type: IEnumerator.KeyValuePair.String, Symbol..
An IEnumerator.T. for the Symbols of the DynamicSymbolsProvider.

Implements

IEnumerable.T..GetEnumerator.

Reference

DynamicSymbolsProvider Class

TcHmiSrv.Core.Tools.DynamicSymbols Namespace