EnumValueCollection.T..TryGetInfo Method

Tries the get information.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.116+a71ced3

Syntax

C#

public bool TryGetInfo(
    T val,
    out EnumValue<T>? ei
)

Parameters

val

Type: T
The value.

ei

Type: TwinCAT.TypeSystem.EnumValue.T..
The ei.

Return Value

Type: Boolean
true if XXXX, false otherwise.

Reference

EnumValueCollection.T. Class

TwinCAT.TypeSystem Namespace