Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Obsolete Class Reference

Detailed Description

Marks method as obsolete. When is the method used, compiler just throw a compile-time warning, but method is called normally.

[Obsolete("Use different method!")]
void Hello()
{
}
void Test()
{
Hello(); // throws compile warning on this line: 'Hello' is obsolete: use different method!
}
Attribute used for tests annotation and assignment to Suites.

Definition at line 27 of file Obsolete.c.


The documentation for this class was generated from the following file: