IDataTypeCollection.T..ContainsType Method
Determines whether the container contains the specified IDataType.
          Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
bool ContainsType(
string name
)
Parameters
| 
                   name  | 
                   Type: System.String  | 
Return Value
Type: Boolean
true if contained; otherwise,
false.