RecursiveResolveHandler.T..ReadElement Method

Reads the specified element from the current instance.

Namespace:  TcHmiSrv.Core.Tools.Resolving.Handlers
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

protected override sealed T ReadElement(
    T current,
    string element
)

Parameters

current

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

element

Type: System.String
The name of the element to read.

Return Value

Type: T
The value of the specified element.

Reference

RecursiveResolveHandler.T. Class

TcHmiSrv.Core.Tools.Resolving.Handlers Namespace