Table of Contents

Method InsertParameterMember

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

InsertParameterMember(int)

Inserts a new item to the specified position within the IParameterMembers collection.

public virtual IParameterMember InsertParameterMember(int index)

Parameters

index int

Specifies position to insert.

Returns

IParameterMember

IParameterMember that is inserted.