Table of Contents

Method GetName

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.v9.dll

GetName(int)

Returns string representing name of the item.

public virtual string GetName(int index)

Parameters

index int

Index of item within collection.

Returns

string

String representing name of specified item.

Remarks

In this class method always return empty string. Descendant classes can override this method.