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

Item

Gets the IDataType with the specified name.

Methods

 

Name

Description

ContainsType

Determines whether the container contains the specified IDataType.

TryGetType

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

Reference

TwinCAT.TypeSystem.Generic Namespace