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
-
objectTsConstructor
Properties
Parameters
The parameters the constructor takes.
public List<TsParameter> Parameters { get; }
Property Value
SuperArguments
The arguments to pass to the base constructor.
public List<TsExpression> SuperArguments { get; }