System.Diagnostics.Tests.EmptyAttributeTests.Ctor_Default_DoesNotThrow C# (CSharp) Метод

Ctor_Default_DoesNotThrow() приватный Метод

private Ctor_Default_DoesNotThrow ( ) : void
Результат void
        public void Ctor_Default_DoesNotThrow()
        {
            new DebuggerStepperBoundaryAttribute();
            new DebuggerHiddenAttribute();
            new DebuggerNonUserCodeAttribute();
            new DebuggerStepThroughAttribute();
        }
    }
EmptyAttributeTests