Table of Contents

Class TsIndexerMethod

Namespace
Alternet.TsTypedefsGenerator.Core.TsModels
Assembly
Alternet.Common.TypeScript.v9.dll
public class TsIndexerMethod
Inheritance
TsIndexerMethod

Constructors

TsIndexerMethod(PropertyInfo, TypeGenerationAdditionalInfo)

Properties

AdditionalInfo
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.

Name
Parameters
PropertyInfo

Gets the CLR method represented by this TsMethod.

ReturnType

Gets or sets type of the method.