Language.NonNoiseWords(IEnumerable<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Test words to see if they are all ignorable in a response.
public static System.Collections.Generic.IEnumerable<string> NonNoiseWords (System.Collections.Generic.IEnumerable<string> words);
static member NonNoiseWords : seq<string> -> seq<string>
Public Shared Function NonNoiseWords (words As IEnumerable(Of String)) As IEnumerable(Of String)
Parameters
- words
- IEnumerable<String>