Table of Contents

Method InsertListMember

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

InsertListMember(int)

When implemented by a class, inserts a new item to the specified position within the IListMembers collection.

IListMember InsertListMember(int index)

Parameters

index int

Specifies position to insert.

Returns

IListMember

IListMember that is inserted.