ReadOnlyEnumValueCollection.T..Item Property (String)

Gets the enumeration value T from its string representation.

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

Syntax

C#

public T this[
    string name
] { get; }

Parameters

name

Type: System.String
The name of the enum value.

Return Value

Type: T
T.

Implements

IEnumValueCollection.TEnumValue, TValue..Item.String.

Reference

ReadOnlyEnumValueCollection.T. Class

Item Overload

TwinCAT.TypeSystem Namespace