DataTypeCollection.T..AddRange Method

Adds a range of types

Namespace:  TwinCAT.TypeSystem.Generic
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public void AddRange(
    IEnumerable<T> types
)

VB

Public Sub AddRange ( 
    types As IEnumerable(Of T)
)

Parameters

types

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

Reference

DataTypeCollection.T. Class

TwinCAT.TypeSystem.Generic Namespace