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: 4.3.0.0

Syntax

C#

public virtual bool IsReference { get; }

VB

Public Overridable ReadOnly Property IsReference As Boolean
    Get

Property Value

Type: Boolean
true if this instance is container type; otherwise, false.

Implements

IDataType.IsReference

Remarks

Reference types can be dereferenced.

Reference

DataType Class

TwinCAT.Ads.TypeSystem Namespace

IDataType.Category