Method Parse
Parse(TextReader)
Parse the given input, adding synonyms to the inherited SynonymMap.Builder.
Declaration
public abstract void Parse(TextReader in)
Parameters
Type | Name | Description |
---|---|---|
System.IO.TextReader | in | The input to parse |