• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What is the name of this code element in .net?

Noobsa44

Member
So I'm trying to figure out what the name of this "code element" is called (see example below). I know I've seen the name before, but I just don't recall what it's called.

[Initialize()] //<=== What is this called
public void MyTestInitialize() {
//...
}

So what is it called and if you know, what and how is it used?
 
Back
Top