Table of Contents

Class TsModule

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

Represents a module in the script model.

public class TsModule
Inheritance
TsModule

Constructors

TsModule(string, Assembly)

Initializes a new instance of the TsModule class.

Properties

Assembly
Classes

Gets collection of classes in the module.

Enums

Gets collection of enums in the module

Members

Gets collection of all members of the module

Name

Gets or sets name of the module.

Variables