Method Copy
Copy(string)
Creates a new instance of Word with the same value as a specified word.
public static string Copy(string word)
Parameters
wordstringThe string to copy.
Returns
- string
A new word with the same value as word.
Creates a new instance of Word with the same value as a specified word.
public static string Copy(string word)
word stringThe string to copy.
A new word with the same value as word.