Table of Contents

Method GetIndexParameters

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

GetIndexParameters()

When overridden in a derived class, returns an array of all the index parameters for the property.

public override ParameterInfo[] GetIndexParameters()

Returns

ParameterInfo[]

An array of type ParameterInfo containing the parameters for the indexes. If the property is not indexed, the array has 0 (zero) elements.