Horje
c# mark as deprecated Code Example
c# mark as deprecated
[Obsolete("Method1 is deprecated, please use Method2 instead.")]
public void Method1()
{ … }
visual studio c# mark class deprecated
[Obsolete("This class should not be used anymore!", true)]
public class MyObsoleteClass
{
    ...
}




Csharp

Related
unity desactivate collider Code Example unity desactivate collider Code Example
unity delete specific text in a string Code Example unity delete specific text in a string Code Example
net core get remote ip Code Example net core get remote ip Code Example
unity rotation between 2 points Code Example unity rotation between 2 points Code Example
get current computer name C# Code Example get current computer name C# Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14