IDataTypeContainer.T. Interface
Data Type container interface
Namespace: TwinCAT.TypeSystem.Generic
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public interface IDataTypeContainer<T>
where T : IDataType
VB
Public Interface IDataTypeContainer(Of T As IDataType)
Type Parameters
T |
Data Type type. |
The IDataTypeContainer.T. type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the container contains the specified IDataType. | |
|
Tries to get the specified IDataType from the IDataTypeContainer.T.. |
Further Information