EnumType.T..EnumValues Property

Enumeration specification (if enum)

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

Syntax

C#

public ReadOnlyEnumValueCollection<T> EnumValues { get; }

VB

Public ReadOnly Property EnumValues As ReadOnlyEnumValueCollection(Of T)
    Get

Property Value

Type: ReadOnlyEnumValueCollection.T.
The enum specification.

Implements

IEnumType.T..EnumValues

Reference

EnumType.T. Class

TwinCAT.Ads.TypeSystem Namespace