GenericConvertorContainer.get

Get a component that is associated with key.

class GenericConvertorContainer(FromType, alias DefaultConvertorFactory)
Object
get
(
string key
)

Parameters

key string

the component id.

Return Value

Type: Object

Object, component if it is available.

Throws

NotFoundException in case if the component wasn't found.

Meta