TsCollection class

Represents a collection in the code model.

Namespace: TypeLite.TsModels

Inherits: TsType

Properties

Name Description
ClrType
Dimension Gets or sets the dimension of the collection.
ItemsType Gets or sets type of the items in the collection.

TsCollection.ClrType property

Syntax


TsCollection.Dimension property

Gets or sets the dimension of the collection.

Syntax


TsCollection.ItemsType property

Gets or sets type of the items in the collection.

Syntax

Remarks

If the collection isn't strongly typed, the ItemsType property is initialized to TsType.Any.