Skip to content

Instantly share code, notes, and snippets.

@jindeveloper
Created August 21, 2020 07:19
Show Gist options
  • Select an option

  • Save jindeveloper/08bf2afc9fb6b8b2213d0c8c30ec27a7 to your computer and use it in GitHub Desktop.

Select an option

Save jindeveloper/08bf2afc9fb6b8b2213d0c8c30ec27a7 to your computer and use it in GitHub Desktop.
using System;
namespace CSharp_Attributes_Walkthrough.My_Custom_Attributes
{
public class AliasAttribute : Attribute
{
//This is how to define a custom attributes.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment