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
)
Return Value
Type: Boolean
true if found