|
47 | 47 | </ReturnValue>
|
48 | 48 | <MemberValue>8</MemberValue>
|
49 | 49 | <Docs>
|
50 |
| - <summary>To be added.</summary> |
| 50 | + <summary><para>Used to add a handler for an event. Corresponds to the <see langword="AddOn" /> flag in the Ecma 335 CLI specification.</para><para>CLS-compliant adders are named the with <see langword="add_" /> prefix.</para></summary> |
51 | 51 | </Docs>
|
52 | 52 | </Member>
|
53 | 53 | <Member MemberName="Getter">
|
|
71 | 71 | </ReturnValue>
|
72 | 72 | <MemberValue>2</MemberValue>
|
73 | 73 | <Docs>
|
74 |
| - <summary>To be added.</summary> |
| 74 | + <summary><para>Reads the value of the property.</para><para>CLS-compliant getters are named with `get_` prefix.</para></summary> |
75 | 75 | </Docs>
|
76 | 76 | </Member>
|
77 | 77 | <Member MemberName="Other">
|
|
95 | 95 | </ReturnValue>
|
96 | 96 | <MemberValue>4</MemberValue>
|
97 | 97 | <Docs>
|
98 |
| - <summary>To be added.</summary> |
| 98 | + <summary>Other method for a property (not a getter or setter) or an event (not an adder, remover, or raiser).</summary> |
99 | 99 | </Docs>
|
100 | 100 | </Member>
|
101 | 101 | <Member MemberName="Raiser">
|
|
119 | 119 | </ReturnValue>
|
120 | 120 | <MemberValue>32</MemberValue>
|
121 | 121 | <Docs>
|
122 |
| - <summary>To be added.</summary> |
| 122 | + <summary><para>Used to indicate that an event has occurred. Corresponds to the <see langword="Fire" /> flag in the Ecma 335 CLI specification.</para><para> CLS-compliant raisers are named with the <see langword="raise_" /> prefix.</para></summary> |
123 | 123 | </Docs>
|
124 | 124 | </Member>
|
125 | 125 | <Member MemberName="Remover">
|
|
143 | 143 | </ReturnValue>
|
144 | 144 | <MemberValue>16</MemberValue>
|
145 | 145 | <Docs>
|
146 |
| - <summary>To be added.</summary> |
| 146 | + <summary><para>Used to remove a handler for an event. Corresponds to the <see langword="RemoveOn" /> flag in the Ecma 335 CLI specification.</para><para>CLS-compliant removers are named with the <see langword="remove_" /> prefix.</para></summary> |
147 | 147 | </Docs>
|
148 | 148 | </Member>
|
149 | 149 | <Member MemberName="Setter">
|
|
167 | 167 | </ReturnValue>
|
168 | 168 | <MemberValue>1</MemberValue>
|
169 | 169 | <Docs>
|
170 |
| - <summary>To be added.</summary> |
| 170 | + <summary><para>Used to modify the value of the property.</para><para>CLS-compliant setters are named with the <see langword="set_" /> prefix.</para></summary> |
171 | 171 | </Docs>
|
172 | 172 | </Member>
|
173 | 173 | </Members>
|
|
0 commit comments