NCop.Aspects.Framework.OnMethodBoundaryAspectAttribute.OnMethodBoundaryAspectAttribute C# (CSharp) 메소드

OnMethodBoundaryAspectAttribute() 공개 메소드

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