Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc/mdoc.Test/SampleClasses/WebHostHiddenAttribute.cs')
-rw-r--r--mdoc/mdoc.Test/SampleClasses/WebHostHiddenAttribute.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/mdoc/mdoc.Test/SampleClasses/WebHostHiddenAttribute.cs b/mdoc/mdoc.Test/SampleClasses/WebHostHiddenAttribute.cs
new file mode 100644
index 00000000..6931f0e9
--- /dev/null
+++ b/mdoc/mdoc.Test/SampleClasses/WebHostHiddenAttribute.cs
@@ -0,0 +1,9 @@
+using System;
+
+namespace Windows.Foundation.Metadata
+{
+ public class WebHostHiddenAttribute : Attribute
+ {
+
+ }
+} \ No newline at end of file