NCop.Aspects.Framework.OnMethodBoundaryAspectAttribute.OnMethodBoundaryAspectAttribute C# (CSharp) Method

OnMethodBoundaryAspectAttribute() public method

public OnMethodBoundaryAspectAttribute ( Type aspectType ) : System
aspectType System.Type
return System
        public OnMethodBoundaryAspectAttribute(Type aspectType)
            : base(aspectType)
        {
        }
OnMethodBoundaryAspectAttribute