Name | Description | |
---|---|---|
![]() |
AddRange | Overloaded. Adds call interceptors to the collection. |
![]() |
FindMatchingInterceptor | Finds a matching call interceptor for a specified method call. |
![]() |
For<T> | Creates call interceptor helper for the given interface. |
Name | Description | |
---|---|---|
![]() ![]() |
ClearItems | Is called when the collection should be cleared. |
![]() ![]() |
InsertItem | Is called when a new item is added. |
![]() ![]() |
RemoveItem | Is called when a item is removed. |
![]() ![]() |
SetItem | Is called when a item is set. |