Table of Contents

Class TsMethod

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

Represents a method of the class in the code model.

public class TsMethod
Inheritance
TsMethod

Constructors

TsMethod(ConstructorInfo, TypeGenerationAdditionalInfo)
TsMethod(MethodInfo, TypeGenerationAdditionalInfo)

Properties

AdditionalInfo
GenericArguments

Gets the GenericArguments for this method.

IsIgnored

Gets or sets bool value indicating whether this method will be ignored by TsGenerator.

IsOptional

Gets or sets bool value indicating whether this method is optional in TypeScript interface.

MethodInfo

Gets the CLR method represented by this TsMethod.

Name
Parameters
ReturnType

Gets or sets type of the method.