Creates a new WildcardWordElement
Declaration Syntax
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 )
Parameters
- word (String)
- The word, including wildcard character(s)
- configuration (Configuration)
- The instance of the Configuration class that holds the settings to be used.
Remarks
If no WildCardToken is found in the string then the WildCardType is defaulted to contains.