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

DesignOnlyAttribute.xml « System.ComponentModel « en « xml « apidocs « docs « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 426cc021f6ea87147bc1170d2db07fb23c6c47df (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE monodoc SYSTEM "http://www.go-mono.org/monodoc.dtd">
<monodoc language="en">
    <class name="System.ComponentModel.DesignOnlyAttribute" assembly="System">
        <summary>TODO</summary>
        <remarks>TODO</remarks>
        <constructor name="DesignOnlyAttribute(System.Boolean)">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <param name="design_only">TODO</param>
        </constructor>
        <field name="No">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
        </field>
        <field name="Yes">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
        </field>
        <property name="IsDesignOnly">
            <summary>TODO</summary>
            <remarks>TODO</remarks>
            <value>TODO</value>
        </property>
    </class>
</monodoc>