Value.AddRange Method

Adds the specified Values to the end of the Value.

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

Syntax

C#

public void AddRange(
    IEnumerable<Value> values
)

Parameters

values

Type: System.Collections.Generic.IEnumerable.Value.
The Values that should be added to the end of the Value.

Reference

Value Class

TcHmiSrv.Core Namespace