Language.OptionalPlurals(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.
Make sure all words end with an optional s.
public static System.Collections.Generic.IEnumerable<string> OptionalPlurals (System.Collections.Generic.IEnumerable<string> words);
static member OptionalPlurals : seq<string> -> seq<string>
Public Shared Iterator Function OptionalPlurals (words As IEnumerable(Of String)) As IEnumerable(Of String)
Parameters
- words
- IEnumerable<String>
Words to pluralize.
Returns
Enumeration of plural word regex.