InstanceCollection.T..AddRange Method

Adds the specified items to this collection.

Namespace:  TwinCAT.TypeSystem.Generic
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public void AddRange(
    IEnumerable<T> items
)

Parameters

items

Type: System.Collections.Generic.IEnumerable.T.
The items.

Reference

InstanceCollection.T. Class

TwinCAT.TypeSystem.Generic Namespace