IUnionType.Fields Property

Gets a readonly collection of the Members of the IUnionType.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

IFieldCollection Fields { get; }

Property Value

Type: IFieldCollection
The members as readonly collection.

Remarks

If the IStructType is derived, only the extended members are returned. To get all supported members down the inheritance chain, use the AllMembers property.

Reference

IUnionType Interface

TwinCAT.TypeSystem Namespace