Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
Obsolete Class Reference
Inheritance diagram for Obsolete:
Managed

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 359 of file enscript.c.


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