Table of Contents

Method GetDescription

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

GetDescription(int)

When implemented by a class, returns a content of the column, named 'Description', of the specified item from the collection.

string GetDescription(int index)

Parameters

index int

Index of the item within the collection.

Returns

string

String content of specified column.

Remarks

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