Skip to content

Instantly share code, notes, and snippets.

@mgroves
Last active December 14, 2015 07:48
Show Gist options
  • Select an option

  • Save mgroves/5053134 to your computer and use it in GitHub Desktop.

Select an option

Save mgroves/5053134 to your computer and use it in GitHub Desktop.
[AspectRoleDependency(AspectDependencyAction.Order, AspectDependencyPosition.Before, StandardRoles.Tracing)]
[Serializable]
public class AspectA : OnMethodBoundaryAspect
{
// ... etc ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment