using System; public class HelpURL : Attribute { public HelpURL(string url) { } }