Skip to content

Instantly share code, notes, and snippets.

View marzer's full-sized avatar
🌠
Yeet

Mark Gillard marzer

🌠
Yeet
View GitHub Profile
[AttributeUsage(System.AttributeTargets.All, AllowMultiple = true, Inherited = true)]
public class ಠ_ಠAttribute : Attribute
{
public ILog Log { get; set; }
public ಠ_ಠAttribute()
{
Log.Info("This code is bad and you should feel bad");
}
}