Table of Contents

Class TsCollection

Namespace
Alternet.TsTypedefsGenerator.Core.TsModels
Assembly
Alternet.Common.TypeScript.v9.dll

Represents a collection in the code model.

public class TsCollection : TsType
Inheritance
TsCollection

Constructors

TsCollection(Type, TypeGenerationAdditionalInfo)

Initializes a new instance of the TsCollection class with the specific CLR type.

Properties

Dimension

Gets or sets the dimension of the collection.

ItemsType

Gets or sets type of the items in the collection.