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?
[Initialize()] //<=== What is this called
public void MyTestInitialize() {
//...
}
So what is it called and if you know, what and how is it used?