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 |
|
element |
Type: System.String |
|
value |
Type: T |