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

CustomAttributeBuilder.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: 6e20c63d2397b8ddf80f37c66feddbc1ee59644e (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
<?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.CustomAttributeBuilder" assembly="corlib">
        <summary>TODO</summary>
        <remarks>TODO</remarks>
        <constructor name="CustomAttributeBuilder(System.Reflection.ConstructorInfo, System.Object[])">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="con">TODO</param>
            <param name="constructorArgs">TODO</param>
        </constructor>
        <constructor name="CustomAttributeBuilder(System.Reflection.ConstructorInfo, System.Object[], System.Reflection.FieldInfo[], System.Object[])">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="con">TODO</param>
            <param name="constructorArgs">TODO</param>
            <param name="namedFields">TODO</param>
            <param name="fieldValues">TODO</param>
        </constructor>
        <constructor name="CustomAttributeBuilder(System.Reflection.ConstructorInfo, System.Object[], System.Reflection.PropertyInfo[], System.Object[])">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="con">TODO</param>
            <param name="constructorArgs">TODO</param>
            <param name="namedProperties">TODO</param>
            <param name="propertyValues">TODO</param>
        </constructor>
        <constructor name="CustomAttributeBuilder(System.Reflection.ConstructorInfo, System.Object[], System.Reflection.PropertyInfo[], System.Object[], System.Reflection.FieldInfo[], System.Object[])">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="con">TODO</param>
            <param name="constructorArgs">TODO</param>
            <param name="namedProperties">TODO</param>
            <param name="propertyValues">TODO</param>
            <param name="namedFields">TODO</param>
            <param name="fieldValues">TODO</param>
        </constructor>
    </class>
</monodoc>