RecursiveResolveHandler.T..WriteElements Method (T., Queue.String., T, Boolean)
Writes the specified value at the specified elements to the current instance.
Namespace: TcHmiSrv.Core.Tools.Resolving.Handlers
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public T WriteElements(
ref T current,
Queue<string> elements,
T value,
bool throwOnError
)
Parameters
current |
Type: T. |
elements |
Type: System.Collections.Generic.Queue.String. |
value | |
throwOnError |
Type: System.Boolean |