Marks method as obsolete.
More...
|
void | Obsolete (string msg="") |
|
proto external ref Managed | Clone () |
| Return shallow copy of object, or null if it is not allowed (not public constructor)
|
|
Marks method as obsolete.
When is the method used, compiler just throw a compile-time warning, but method is called normally.
void Hello()
{
}
{
Hello();
}
void Obsolete(string msg="")
Definition EnScript.c:24
Attribute used for tests annotation and assignment to Suites.
Definition TestingFramework.c:97
◆ Obsolete()
void Obsolete.Obsolete |
( |
string | msg = "" | ) |
|
◆ m_Msg
The documentation for this interface was generated from the following file: