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/Test/TestInterfaceImplementation/Class5.cs')
-rw-r--r--mdoc/Test/TestInterfaceImplementation/Class5.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/mdoc/Test/TestInterfaceImplementation/Class5.cs b/mdoc/Test/TestInterfaceImplementation/Class5.cs
new file mode 100644
index 00000000..5a275e71
--- /dev/null
+++ b/mdoc/Test/TestInterfaceImplementation/Class5.cs
@@ -0,0 +1,15 @@
+namespace TestInterfaceImplementation
+{
+ public class Class5 : Interface6
+ {
+ public int Method<TTT>()
+ {
+ throw new System.NotImplementedException();
+ }
+
+ public int Method()
+ {
+ throw new System.NotImplementedException();
+ }
+ }
+} \ No newline at end of file