EnumValueCollection.T..Item Property (String)

Gets the enumeration value str from the string representation.

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

Syntax

C#

public T this[
    string str
] { get; }

Parameters

str

Type: System.String
The string.

Return Value

Type: T
T.

Implements

IEnumValueCollection.TEnumValue, TValue..Item.String.

Exceptions

Exception

Condition

NotImplementedException

Reference

EnumValueCollection.T. Class

Item Overload

TwinCAT.TypeSystem Namespace