Table of Contents

Class TsConstructor

Namespace
TypedRest.CodeGeneration.TypeScript.Model
Assembly
TypedRest.CodeGeneration.TypeScript.dll

The constructor of a TsClass. Its body consists solely of a call to the base constructor.

public sealed class TsConstructor
Inheritance
object
TsConstructor

Properties

Parameters

The parameters the constructor takes.

public List<TsParameter> Parameters { get; }

Property Value

List<TsParameter>

SuperArguments

The arguments to pass to the base constructor.

public List<TsExpression> SuperArguments { get; }

Property Value

List<TsExpression>