DataType.IsReference Property
Gets a value indicating whether this IDataType is a reference type
Namespace: TwinCAT.Ads.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.116+a71ced3
Syntax
C#
public virtual bool IsReference { get; }
Property Value
Type: Boolean
true if this instance is container type;
otherwise, false.
Remarks
Reference types can be dereferenced.