Table of Contents

Method Insert

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

Insert(int, Word)

Returns a new Word in which a specified word is inserted at a specified index position in this instance.

public Word Insert(int startIndex, Word value)

Parameters

startIndex int

The zero-based index position of the insertion.

value Word

The Word to insert.

Returns

Word

A new Word that is equivalent to this instance, but with value inserted at position startIndex.