IsHandled(InitializationSlot)
Returns true when the given InitializationSlot is set in this context, meaning a
derived type has guaranteed it will handle the corresponding concern itself. Aspects whose templates
share a slot use this to skip work that a more-derived layer has already taken responsibility for.
Declaration
public bool IsHandled(InitializationSlot slot)Parameters
| Type | Name | Description |
|---|---|---|
| InitializationSlot | slot |
Returns
| Type | Description |
|---|---|
| bool |