DynamicSymbolsContainer Constructor

Initializes a new instance of the DynamicSymbolsContainer class (for internal use only)

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

Syntax

C#

public DynamicSymbolsContainer(
    SymbolCollection<ISymbol> symbols
)

VB

Public Sub New ( 
    symbols As SymbolCollection(Of ISymbol)
)

Parameters

symbols

Type: TwinCAT.TypeSystem.Generic.SymbolCollection.ISymbol.
The symbols.

Exceptions

Exception

Condition

ArgumentNullException

symbols

Reference

DynamicSymbolsContainer Class

TwinCAT.TypeSystem Namespace