Public Function New( _ ByVal text As String, _ ByVal type As ExclusionType _ )
Dim text As String Dim type As ExclusionType Dim instance As New ExcludedText(text, type)
public ExcludedText( string text, ExclusionType type )
public: ExcludedText( String^ text, ExclusionType type )
Parameters
- text
- The text to exclude
- type
- The type of exclusion