Method GetExtension
GetExtension(String)
Returns the ParserExtension instance for the given key or
null
if no extension can be found for the key.
Declaration
public ParserExtension GetExtension(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | the extension key |
Returns
Type | Description |
---|---|
ParserExtension | the ParserExtension instance for the given key or if no extension can be found for the key. |