ResolveHandler.WriteElementsGeneric.TResult. Method
Writes the specified value at the specified elements to the current instance of the specified type.
Namespace: TcHmiSrv.Core.Tools.Resolving.Handlers
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public Object WriteElementsGeneric<TResult>(
ref TResult current,
Queue<string> elements,
Object value,
Converter converter,
bool throwOnError
)
Parameters
current |
Type: TResult. |
elements |
Type: System.Collections.Generic.Queue.String. |
value |
Type: System.Object |
converter |
Type: TcHmiSrv.Core.Tools.Resolving.Converter |
throwOnError |
Type: System.Boolean |
Type Parameters
TResult |
The type of the current instance to write to. |
Return Value
Type: Object
The new value of at the specified elements.