Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created May 23, 2022 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgolubyev/3305948568cfd012c97f10a521956e3e to your computer and use it in GitHub Desktop.
Save lgolubyev/3305948568cfd012c97f10a521956e3e to your computer and use it in GitHub Desktop.
[Obsolete("This method will be obsolete soon. To replace it you can use the XYZ method.")]
public void MyComponentLegacyMethod()
{
// Here the implementation
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment