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
Properties
- 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.
- ReturnType
Gets or sets type of the method.