Creates a new WordElement
            
| C# | Visual Basic | Visual C++ | 
public WordElement( string word, Configuration configuration )
Public Sub New ( _ word As String, _ configuration As Configuration _ )
public: WordElement( String^ word, Configuration^ configuration )
- word (String)
 - The word
 
- configuration (Configuration)
 - The instance of the Configuration class that holds the settings to be used.