Creates a new WildcardWordElement
| C# | Visual Basic | Visual C++ |
public WildcardWordElement( string word, Configuration configuration )
Public Sub New ( _ word As String, _ configuration As Configuration _ )
public: WildcardWordElement( String^ word, Configuration^ configuration )
- word (String)
- The word, including wildcard character(s)
- configuration (Configuration)
- The instance of the Configuration class that holds the settings to be used.
If no WildCardToken is found in the string then the WildCardType is defaulted to contains.