Skip to content

Instantly share code, notes, and snippets.

@emrekizildas
Created February 20, 2022 10:01
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 emrekizildas/fde8d789cf844c5068ae86c6b7a49ce8 to your computer and use it in GitHub Desktop.
Save emrekizildas/fde8d789cf844c5068ae86c6b7a49ce8 to your computer and use it in GitHub Desktop.
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
public sealed class AlwaysUpperAttribute : System.Attribute
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment