RecursiveResolver.T..WriteElementRecursive Method

Writes the specified value to the specified element of the current instance.

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

Syntax

C#

public abstract T WriteElementRecursive(
    T current,
    string element,
    T value
)

Parameters

current

Type: T
The current instance to write to.

element

Type: System.String
The name of the element to write.
If this parameter is null, value should be written directly to current.

value

Type: T
The value to be written.

Return Value

Type: T
The new value of the specified element.

Reference

RecursiveResolver.T. Class

TcHmiSrv.Core.Tools.Resolving.Resolvers Namespace