ReadOnlyDataTypeCollection.T..TryGetType Method

Tries to get the Type with the specified name out of the collection.

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

Syntax

C#

public bool TryGetType(
    string name,
    out T? type
)

Parameters

name

Type: System.String
The name.

type

Type: T.
The type.

Return Value

Type: Boolean
true if found

Implements

IDataTypeCollection.T..TryGetType(String, T.)

Reference

ReadOnlyDataTypeCollection.T. Class

TwinCAT.TypeSystem.Generic Namespace