EnumValueCollection.T..TryGetInfo Method

Tries the get information.

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

Syntax

C#

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

VB

Public Function TryGetInfo ( 
    val As T,
    <OutAttribute> ByRef ei As EnumValue(Of T)
) As Boolean

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