get_type_from_name
Description:
[ Version ( since = "2.12" ) ]
public virtual Type get_type_from_name (string type_name)
Looks up a type by name, using the virtual function that Builder has for that purpose.
This is mainly used when implementing the Buildable interface on a type.
Parameters:
this |
a Builder
|
type_name |
type name to lookup
|
Returns:
the Type found for type_name or INVALID if no type was
found
|