Creates a new NotWordElement.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public NotWordElement( string notword, Configuration configuration )
Public Sub New ( _ notword As String, _ configuration As Configuration _ )
public: NotWordElement( String^ notword, Configuration^ configuration )
Parameters
- notword (String)
- The word that is NOTTED, without the minus operator.
- configuration (Configuration)
- The instance of the Configuration class that holds the settings to be used.