SortedDynamicSymbolsProvider Constructor (IEnumerable.KeyValuePair.String, Symbol.., IComparer.String.)
Initializes a new instance of the SortedDynamicSymbolsProvider class with the specified Symbols and an IComparer.T. that is used to sort the Symbols and Definitions.
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,
IComparer<string> stringComparer
)
Parameters
symbols |
Type: System.Collections.Generic.IEnumerable.KeyValuePair.String, Symbol.. |
stringComparer |
Type: System.Collections.Generic.IComparer.String. |