ResolveHandler.T..ReadElements Method

Reads the specified elements from 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 ReadElements(
    T current,
    Queue<string> elements,
    bool throwOnError
)

Parameters

current

Type: T
An instance of the specified type to read from.

elements

Type: System.Collections.Generic.Queue.String.
A Queue.T. containing the elements to read.

throwOnError

Type: System.Boolean
true to throw an Exception if reading the specified elements failed; otherwise, false to return the value at which reading fails.

Return Value

Type: T
The value at the specified elements.

Reference

ResolveHandler.T. Class

TcHmiSrv.Core.Tools.Resolving.Handlers Namespace