Class TsModuleMember
- Namespace
- Alternet.TsTypedefsGenerator.Core.TsModels
- Assembly
- Alternet.Common.TypeScript.v9.dll
Represents a type that can be places inside module
public abstract class TsModuleMember : TsType
- Inheritance
-
TsModuleMember
- Derived
Constructors
- TsModuleMember(Type, TypeGenerationAdditionalInfo)
Initializes TsModuleMember class with the specific CLR type.
Properties
- Module
Gets or sets module, that contains this class.
- Name
Gets or sets the name of the module member.