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

ManualResetEvent.xml « System.Threading « en « xml « apidocs « docs « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f040a0a164184ebb3301d16f19e702e7ed511507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE monodoc SYSTEM "http://www.go-mono.org/monodoc.dtd">
<monodoc language="en">
    <class name="System.Threading.ManualResetEvent" assembly="corlib">
        <summary>TODO</summary>
        <remarks>TODO</remarks>
        <constructor name="ManualResetEvent(System.Boolean)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="initialState">TODO</param>
        </constructor>
        <method name="Set">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <returns>TODO</returns>
        </method>
        <method name="Reset">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <returns>TODO</returns>
        </method>
    </class>
</monodoc>