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

ConstructorInfo.xml « System.Reflection « en « xml « apidocs « docs « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e925326cfe5238cd733fa269255bafe3c2204e76 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE monodoc SYSTEM "http://www.go-mono.org/monodoc.dtd">
<monodoc language="en">
    <class name="System.Reflection.ConstructorInfo" assembly="corlib">
        <summary>TODO</summary>
        <remarks>TODO</remarks>
        <field name="ConstructorName">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
        </field>
        <field name="TypeConstructorName">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
        </field>
        <property name="MemberType">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <value>TODO</value>
        </property>
        <method name="Invoke(System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="invokeAttr">TODO</param>
            <param name="binder">TODO</param>
            <param name="parameters">TODO</param>
            <param name="culture">TODO</param>
            <returns>TODO</returns>
        </method>
        <method name="Invoke(System.Object[])">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="parameters">TODO</param>
            <returns>TODO</returns>
        </method>
    </class>
</monodoc>