RTI Connext C# API Version 7.2.0
Omg.Types.Dynamic.ICollectionType Interface Reference

Defines an IDynamicType collection. More...

Inheritance diagram for Omg.Types.Dynamic.ICollectionType:
Omg.Types.Dynamic.IDynamicType Omg.Types.Dynamic.IArrayType Omg.Types.Dynamic.IUnidimensionalCollectionType Rti.Types.Dynamic.ArrayType Omg.Types.Dynamic.ISequenceType Omg.Types.Dynamic.IStringType Rti.Types.Dynamic.SequenceType Rti.Types.Dynamic.StringType Rti.Types.Dynamic.WideStringType

Properties

IDynamicType ContentType [get]
 The IDynamicType of the elements contained the ICollectionType. More...
 
- Properties inherited from Omg.Types.Dynamic.IDynamicType
string Name [get]
 The name of the IDynamicType. More...
 
TypeKind Kind [get]
 The kind of IDynamicType. More...
 

Detailed Description

Defines an IDynamicType collection.

ISequenceType, IStringType and IArrayType are considered to be ICollectionType.

Property Documentation

◆ ContentType

IDynamicType Omg.Types.Dynamic.ICollectionType.ContentType
get