SortedDynamicSymbolsProvider Constructor (IEnumerable.KeyValuePair.String, Symbol.., Boolean)
Initializes a new instance of the SortedDynamicSymbolsProvider class with the specified Symbols and Ordinal.
Namespace: TcHmiSrv.Core.Tools.DynamicSymbols
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public SortedDynamicSymbolsProvider(
IEnumerable<KeyValuePair<string, Symbol>> symbols,
bool handleException
)
Parameters
symbols |
Type: System.Collections.Generic.IEnumerable.KeyValuePair.String, Symbol.. |
handleException |
Type: System.Boolean |