DynamicSymbol.SubSymbols Property

Gets the SubSymbols of the ISymbol

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

Syntax

C#

public ReadOnlySymbolCollection SubSymbols { get; }

VB

Public ReadOnly Property SubSymbols As ReadOnlySymbolCollection
    Get

Property Value

Type: ReadOnlySymbolCollection

Implements

ISymbol.SubSymbols

Remarks

Only used for Array and Struct instances. Otherwise empty

Reference

DynamicSymbol Class

TwinCAT.TypeSystem Namespace