ISymbol.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#

ReadOnlySymbolCollection SubSymbols { get; }

VB

ReadOnly Property SubSymbols As ReadOnlySymbolCollection
    Get

Property Value

Type: ReadOnlySymbolCollection

Remarks

Used for Array, Struct, Pointer and Reference instances. Otherwise empty

Reference

ISymbol Interface

TwinCAT.TypeSystem Namespace