NCop.Aspects.Framework.OnMethodBoundaryAspectAttribute.OnMethodBoundaryAspectAttribute C# (CSharp) Метод

OnMethodBoundaryAspectAttribute() публичный Метод

public OnMethodBoundaryAspectAttribute ( Type aspectType ) : System
aspectType System.Type
Результат System
        public OnMethodBoundaryAspectAttribute(Type aspectType)
            : base(aspectType)
        {
        }
OnMethodBoundaryAspectAttribute