Creates a new WordElement
Declaration Syntax
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 )
Parameters
- word (String)
- The word
- configuration (Configuration)
- The instance of the Configuration class that holds the settings to be used.