Table of Contents

Method Range

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

Range(int, int)

Returns the word from the start ondex up to just before the end index.

public Word Range(int startIndex, int endIndex)

Parameters

startIndex int

Where to start.

endIndex int

Just before where to end.

Returns

Word