ISymbol.IsContainerType Property
Gets a value indicating whether this Symbol is a container type.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
bool IsContainerType { get; }
VB
ReadOnly Property IsContainerType As Boolean
Get
Property Value
Type: Boolean
true if this instance is container type;
otherwise, false.