Table of Contents

Property this

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

this[int]

Returns the letter at teh specified index.

public string this[int index] { get; }

Parameters

index int

The index of the letter to be returned.

Property Value

string

The letter at the specified index.