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

EventBuilder.xml « System.Reflection.Emit « en « xml « apidocs « docs « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b543eeb814d1787ea065172271f8f0a131e10067 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE monodoc SYSTEM "http://www.go-mono.org/monodoc.dtd">
<monodoc language="en">
    <class name="System.Reflection.Emit.EventBuilder" assembly="corlib">
        <summary>TODO</summary>
        <remarks>TODO</remarks>
        <method name="AddOtherMethod(System.Reflection.Emit.MethodBuilder)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="mdBuilder">TODO</param>
            <returns>TODO</returns>
        </method>
        <method name="GetEventToken">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <returns>TODO</returns>
        </method>
        <method name="SetAddOnMethod(System.Reflection.Emit.MethodBuilder)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="mdBuilder">TODO</param>
            <returns>TODO</returns>
        </method>
        <method name="SetRaiseMethod(System.Reflection.Emit.MethodBuilder)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="mdBuilder">TODO</param>
            <returns>TODO</returns>
        </method>
        <method name="SetRemoveOnMethod(System.Reflection.Emit.MethodBuilder)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="mdBuilder">TODO</param>
            <returns>TODO</returns>
        </method>
        <method name="SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="customBuilder">TODO</param>
            <returns>TODO</returns>
        </method>
        <method name="SetCustomAttribute(System.Reflection.ConstructorInfo, System.Byte[])">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="con">TODO</param>
            <param name="binaryAttribute">TODO</param>
            <returns>TODO</returns>
        </method>
    </class>
</monodoc>