ISymbolProvider.N, T, S..Namespaces Property

Get the Namespaces of DataTypes for this Symbol provider

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

Syntax

C#

ReadOnlyNamespaceCollection<N, T> Namespaces { get; }

VB

ReadOnly Property Namespaces As ReadOnlyNamespaceCollection(Of N, T)
    Get

Property Value

Type: ReadOnlyNamespaceCollection.N, T.
ReadOnly collection of the namespaces.

Reference

ISymbolProvider.N, T, S. Interface

TwinCAT.TypeSystem.Generic Namespace