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.

Properties

 

Name

Description

IDataTypeContainer.T. Interface 1:

Item

Gets the IDataType with the specified name.

Methods

 

Name

Description

IDataTypeContainer.T. Interface 2:

ContainsType

Determines whether the container contains the specified IDataType.

IDataTypeContainer.T. Interface 3:

TryGetType

Tries to get the specified IDataType from the IDataTypeContainer.T..

Reference

TwinCAT.TypeSystem.Generic Namespace