Table of Contents

Method Copy

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

Copy(string)

Creates a new instance of Word with the same value as a specified word.

public static string Copy(string word)

Parameters

word string

The string to copy.

Returns

string

A new word with the same value as word.