RTI Connext C# API  7.0.0
ICollectionType Interface Reference

Defines an IDynamicType collection. More...

Inheritance diagram for ICollectionType:
IDynamicType IArrayType IUnidimensionalCollectionType ArrayType ISequenceType IStringType SequenceType StringType WideStringType

Properties

IDynamicType ContentType [get]
 The IDynamicType of the elements contained the ICollectionType. More...
 
- Properties inherited from 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 ContentType
get

The IDynamicType of the elements contained the ICollectionType.