repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added container accessor to Castle.Core
[castle.git]
/
AspectSharp
/
AopAlliance
/
Aop
/
IAdvice.cs
blob
62ef2e6e4d2024ccf4bc62a57f599af2ee79508f
1
using
System
;
2
3
namespace
AopAlliance
.
Aop
4
{
5
/// <summary>
6
/// Tag interface for Advice. Implementations can be any type of advice, such as Interceptors.
7
/// </summary>
8
public interface
IAdvice
9
{
10
}
11
}