|
1 |
| -<Type Name="AuthorizationRuleCollection" FullName="System.Security.AccessControl.AuthorizationRuleCollection"> |
| 1 | +<Type Name="AuthorizationRuleCollection" FullName="System.Security.AccessControl.AuthorizationRuleCollection"> |
2 | 2 | <TypeSignature Language="C#" Value="public sealed class AuthorizationRuleCollection : System.Collections.ReadOnlyCollectionBase" FrameworkAlternate="dotnet-plat-ext-2.1;dotnet-plat-ext-2.2;dotnet-plat-ext-3.0;dotnet-plat-ext-3.1;net-5.0;netcore-3.0;netcore-3.1;netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0" />
|
3 | 3 | <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit AuthorizationRuleCollection extends System.Collections.ReadOnlyCollectionBase" FrameworkAlternate="dotnet-plat-ext-2.1;dotnet-plat-ext-2.2;dotnet-plat-ext-3.0;dotnet-plat-ext-3.1;net-5.0;netcore-3.0;netcore-3.1;netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0" />
|
4 | 4 | <TypeSignature Language="DocId" Value="T:System.Security.AccessControl.AuthorizationRuleCollection" />
|
|
159 | 159 | <ReturnType>System.Int32</ReturnType>
|
160 | 160 | </ReturnValue>
|
161 | 161 | <Docs>
|
162 |
| - <summary>To be added.</summary> |
163 |
| - <value>To be added.</value> |
| 162 | + <summary>Gets the number of elements contained in the <see cref="T:System.Collections.ICollection" />.</summary> |
| 163 | + <value>The number of elements contained in the <see cref="T:System.Collections.ICollection" />.</value> |
164 | 164 | <remarks>To be added.</remarks>
|
165 | 165 | </Docs>
|
166 | 166 | </Member>
|
|
226 | 226 | <Parameter Name="index" Type="System.Int32" Index="1" FrameworkAlternate="netcore-1.0;netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0" />
|
227 | 227 | </Parameters>
|
228 | 228 | <Docs>
|
229 |
| - <param name="array">To be added.</param> |
230 |
| - <param name="index">To be added.</param> |
231 |
| - <summary>To be added.</summary> |
| 229 | + <param name="array">The one-dimensional array as the destination for the elements copied from <see cref="T:System.Collections.ICollection" />. The array must have zero-based indexing.</param> |
| 230 | + <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param> |
| 231 | + <summary>Copies the elements of the <see cref="T:System.Collections.ICollection" /> to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index.</summary> |
232 | 232 | <remarks>To be added.</remarks>
|
233 | 233 | </Docs>
|
234 | 234 | </Member>
|
|
255 | 255 | <ReturnType>System.Boolean</ReturnType>
|
256 | 256 | </ReturnValue>
|
257 | 257 | <Docs>
|
258 |
| - <summary>To be added.</summary> |
259 |
| - <value>To be added.</value> |
260 |
| - <remarks>To be added.</remarks> |
| 258 | + <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe).</summary> |
| 259 | + <value> |
| 260 | + <see langword="true" /> if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, <see langword="false" />.</value> |
| 261 | + <remarks> |
| 262 | + <format type="text/markdown"><![CDATA[ |
| 263 | +
|
| 264 | +## Remarks |
| 265 | +
|
| 266 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.Security.AccessControl.AuthorizationRuleCollection> instance is cast to an <xref:System.Collections.ICollection> interface. |
| 267 | +
|
| 268 | + ]]></format> |
| 269 | + </remarks> |
261 | 270 | </Docs>
|
262 | 271 | </Member>
|
263 | 272 | <Member MemberName="System.Collections.ICollection.SyncRoot">
|
|
283 | 292 | <ReturnType>System.Object</ReturnType>
|
284 | 293 | </ReturnValue>
|
285 | 294 | <Docs>
|
286 |
| - <summary>To be added.</summary> |
287 |
| - <value>To be added.</value> |
288 |
| - <remarks>To be added.</remarks> |
| 295 | + <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</summary> |
| 296 | + <value>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</value> |
| 297 | + <remarks> |
| 298 | + <format type="text/markdown"><![CDATA[ |
| 299 | +
|
| 300 | +## Remarks |
| 301 | +
|
| 302 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.Security.AccessControl.AuthorizationRuleCollection> instance is cast to an <xref:System.Collections.ICollection> interface. |
| 303 | +
|
| 304 | + ]]></format> |
| 305 | + </remarks> |
289 | 306 | </Docs>
|
290 | 307 | </Member>
|
291 | 308 | <Member MemberName="System.Collections.IEnumerable.GetEnumerator">
|
|
312 | 329 | </ReturnValue>
|
313 | 330 | <Parameters />
|
314 | 331 | <Docs>
|
315 |
| - <summary>To be added.</summary> |
316 |
| - <returns>To be added.</returns> |
317 |
| - <remarks>To be added.</remarks> |
| 332 | + <summary>Returns an enumerator that iterates through a collection.</summary> |
| 333 | + <returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns> |
| 334 | + <remarks> |
| 335 | + <format type="text/markdown"><![CDATA[ |
| 336 | +
|
| 337 | +## Remarks |
| 338 | +
|
| 339 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.Security.AccessControl.AuthorizationRuleCollection> instance is cast to an <xref:System.Collections.IEnumerable> interface. |
| 340 | +
|
| 341 | + ]]></format> |
| 342 | + </remarks> |
318 | 343 | </Docs>
|
319 | 344 | </Member>
|
320 | 345 | </Members>
|
|
0 commit comments