Method GetTypeByName
GetTypeByName(string)
Retrieves type by its name.
public override object GetTypeByName(string type)
Parameters
type
stringSpecifies name of type.
Returns
- object
The found type.
Retrieves type by its name.
public override object GetTypeByName(string type)
type
stringSpecifies name of type.
The found type.