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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/docs/apidocs/xml/en/System.CodeDom/CodeCatchClause.xml')
-rw-r--r--mcs/docs/apidocs/xml/en/System.CodeDom/CodeCatchClause.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/mcs/docs/apidocs/xml/en/System.CodeDom/CodeCatchClause.xml b/mcs/docs/apidocs/xml/en/System.CodeDom/CodeCatchClause.xml
deleted file mode 100644
index 132696ca756..00000000000
--- a/mcs/docs/apidocs/xml/en/System.CodeDom/CodeCatchClause.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE monodoc SYSTEM "http://www.go-mono.org/monodoc.dtd">
-<monodoc language="en">
- <class name="System.CodeDom.CodeCatchClause" assembly="System">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <constructor name="CodeCatchClause">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- </constructor>
- <constructor name="CodeCatchClause(System.CodeDom.CodeParameterDeclarationExpression, System.CodeDom.CodeStatement[])">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="condition">TODO</param>
- <param name="statements">TODO</param>
- </constructor>
- <property name="Statements">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <value>TODO</value>
- </property>
- <property name="Condition">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <value>TODO</value>
- </property>
- </class>
-</monodoc> \ No newline at end of file