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

Defines a single-dimension ICollectionType. More...

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

Properties

uint Bounds [get]
 The bounds of the collection's single dimension. More...
 
- Properties inherited from Omg.Types.Dynamic.ICollectionType
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 a single-dimension ICollectionType.

Property Documentation

◆ Bounds

uint Omg.Types.Dynamic.IUnidimensionalCollectionType.Bounds
get

The bounds of the collection's single dimension.

Implemented in Rti.Types.Dynamic.SequenceType, Rti.Types.Dynamic.StringType, and Rti.Types.Dynamic.WideStringType.