The AdvancedExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
AppendToCollection(Container, Type, Registration) | Obsolete.
Allows appending new registrations to existing registrations made using one of the
Collections.Register overloads.
| |
AppendToCollection(Container, Type, Type) | Obsolete.
Allows appending new registrations to existing registrations made using one of the
Collections.Register overloads.
| |
GetItem | Obsolete.
Retrieves an item from the container stored by the given key or null when no
item is stored by that key.
| |
GetOrSetItemT | Obsolete.
Adds an item by the given key in the container by using the specified function,
if the key does not already exist. This operation is atomic.
| |
IsLocked | Obsolete.
Determines whether the specified container is locked making any new registrations. The container
is automatically locked when GetInstance is called for the
first time.
| |
IsVerifying | Obsolete. Determines whether the specified container is currently verifying its configuration. | |
SetItem | Obsolete.
Stores an item by the given key in the container.
|
See Also