ISymbolProvider.N, T, S..Symbols Property

Gets the (root) symbols of the Symbol provider.

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

Syntax

C#

ReadOnlySymbolCollection<S> Symbols { get; }

VB

ReadOnly Property Symbols As ReadOnlySymbolCollection(Of S)
    Get

Property Value

Type: ReadOnlySymbolCollection.S.
Read only collection of the Symbols

Reference

ISymbolProvider.N, T, S. Interface

TwinCAT.TypeSystem.Generic Namespace