Home
last modified time | relevance | path

Searched defs:WebCategoryAttribute (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web/
H A DWebCategoryAttribute.cs33 internal class WebCategoryAttribute : CategoryAttribute { class
35 public WebCategoryAttribute (string category) : base (category) in WebCategoryAttribute() method in System.Web.WebCategoryAttribute
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DWebCategoryAttribute.cs23 internal sealed class WebCategoryAttribute : CategoryAttribute { class
31 internal WebCategoryAttribute(string category) : base(category) { in WebCategoryAttribute() method in System.Web.WebCategoryAttribute