You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.
public sealed class Credit : Attribute { internal const string Info = "Crediting this person / org for their code contribution(s) / snippet(s)"; public Credit(string To, string URL = "") { } }
/// <summary>
/// This snipped of code was modified from the original.