GenericConvertorContainer.has

Check if a component is present in Locator by key id.

class GenericConvertorContainer(FromType, alias DefaultConvertorFactory)
inout
bool
has
(
in string key
)

Parameters

key string

identity of element.

Return Value

Type: bool

bool true if an component by key is present in Locator.

Meta