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

MethodImplAttribute.xml « System.Runtime.CompilerServices « en « xml « apidocs « docs « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4564595c8abe48ecf4a4f01df1a0f2721b62d94e (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE monodoc SYSTEM "http://www.go-mono.org/monodoc.dtd">
<monodoc language="en">
    <class name="System.Runtime.CompilerServices.MethodImplAttribute" assembly="corlib">
        <summary>TODO</summary>
        <remarks>TODO</remarks>
        <constructor name="MethodImplAttribute">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
        </constructor>
        <constructor name="MethodImplAttribute(System.Int16)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="options">TODO</param>
        </constructor>
        <constructor name="MethodImplAttribute(System.Runtime.CompilerServices.MethodImplOptions)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="options">TODO</param>
        </constructor>
        <field name="MethodCodeType">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
        </field>
        <property name="Value">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <value>TODO</value>
        </property>
    </class>
</monodoc>