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.Threading/Mutex.xml')
-rw-r--r--mcs/docs/apidocs/xml/en/System.Threading/Mutex.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/mcs/docs/apidocs/xml/en/System.Threading/Mutex.xml b/mcs/docs/apidocs/xml/en/System.Threading/Mutex.xml
deleted file mode 100644
index d9221ff3346..00000000000
--- a/mcs/docs/apidocs/xml/en/System.Threading/Mutex.xml
+++ /dev/null
@@ -1,35 +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.Threading.Mutex" assembly="corlib">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <constructor name="Mutex">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- </constructor>
- <constructor name="Mutex(System.Boolean)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="initiallyOwned">TODO</param>
- </constructor>
- <constructor name="Mutex(System.Boolean, System.String)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="initiallyOwned">TODO</param>
- <param name="name">TODO</param>
- </constructor>
- <constructor name="Mutex(System.Boolean, System.String, System.Boolean&amp;)">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <param name="initiallyOwned">TODO</param>
- <param name="name">TODO</param>
- <param name="gotOwnership">TODO</param>
- </constructor>
- <method name="ReleaseMutex">
- <summary>TODO</summary>
- <remarks>TODO</remarks>
- <returns>TODO</returns>
- </method>
- </class>
-</monodoc> \ No newline at end of file