IEnumType.T..EnumValues Property

Enumeration specification (if enum)

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

Syntax

C#

ReadOnlyEnumValueCollection<T> EnumValues { get; }

VB

ReadOnly Property EnumValues As ReadOnlyEnumValueCollection(Of T)
    Get

Property Value

Type: ReadOnlyEnumValueCollection.T.
The enum specification.

Reference

IEnumType.T. Interface

TwinCAT.TypeSystem Namespace