Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3630832
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T00:19:11+00:00 2026-05-19T00:19:11+00:00

Since attributes don’t inherit in C# (at least I didn’t think they did) –

  • 0

Since attributes don’t inherit in C# (at least I didn’t think they did) – how does the following code still display the Hello popup when the MyTestMethod test is run:

[TestClass]
public class BaseTestClass {
    [TestInitialize]
    public void Foo() {
        System.Windows.Forms.MessageBox.Show("Hello");
    }
}

[TestClass]
public class TestClass : BaseTestClass {
    [TestMethod]
    public void MyTestMethod() {
        Assert.IsTrue(true);
    }
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T00:19:12+00:00Added an answer on May 19, 2026 at 12:19 am

    Attributes are inherited by default but this can be disabled – see AttributeUsage.Inherited

    If you decorate the attribute definition with an AttributeUsage attribute, you can set this property:

    [AttributeUsage(AttributeTargets.Class, Inherited = false)]
    public class MyAttribute : Attribute
    {
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

since memcpy should be highly optimized nowadays, does it still make sense to optimize
Since I have no errors I don't know if this is the right place
I don't really care about testing file uploads, but since I have validates_attachment_presence ,
I just don't know what to think anymore. It seems like the people who
I'm starting with the Mootools framework. Since I want the code to be reusable,
I don't really understand attributes. I've read all kinds of books & posts on
This problem might be a common one, but since I don't know the terms
im trying to define the condition SR.PRODUCT_STOCK2 > 0 inside the sql code, since
Since it is a textarea , I tried cols=50 in html attribute but it
Since regular jQuery animations are not fluent on iOS ( .hide() , slideDown() ),

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.