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: 4.3.0.0

Syntax

C#

public bool TryGetType(
    string name,
    out T type
)

VB

Public Function TryGetType ( 
    name As String,
    <OutAttribute> ByRef type As T
) As Boolean

Parameters

name

Type: System.String
The name.

type

Type: T.
The type.

Return Value

Type: Boolean
true if found

Implements

IDataTypeContainer.T..TryGetType(String, T.)

Reference

ReadOnlyDataTypeCollection.T. Class

TwinCAT.TypeSystem.Generic Namespace