InstanceCollection.T..AddRange Method
Adds the specified items to this collection.
Namespace: TwinCAT.TypeSystem.Generic
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public void AddRange(
IEnumerable<T> items
)
VB
Public Sub AddRange (
items As IEnumerable(Of T)
)