DynamicSymbol.SubSymbols Property

Gets the SubSymbols of the ISymbol

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

Syntax

C#

public ISymbolCollection<ISymbol> SubSymbols { get; }

Property Value

Type: ISymbolCollection.ISymbol.

Implements

ISymbol.SubSymbols

Remarks

Only used for Array and Struct instances. Otherwise empty

Reference

DynamicSymbol Class

TwinCAT.TypeSystem Namespace