DynamicSymbolsProvider Constructor (IEnumerable.KeyValuePair.String, Symbol.., IComparer.String.)
Initializes a new instance of the DynamicSymbolsProvider class with the specified Symbols and an IComparer.T. that is used to sort the Definitions.
Namespace: TcHmiSrv.Core.Tools.DynamicSymbols
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
protected DynamicSymbolsProvider(
IEnumerable<KeyValuePair<string, Symbol>> symbols,
IComparer<string> comparer
)
Parameters
symbols |
Type: System.Collections.Generic.IEnumerable.KeyValuePair.String, Symbol.. |
comparer |
Type: System.Collections.Generic.IComparer.String. |