|
1 | | -<Type Name="XmlAnyElementAttributes" FullName="System.Xml.Serialization.XmlAnyElementAttributes"> |
| 1 | +<Type Name="XmlAnyElementAttributes" FullName="System.Xml.Serialization.XmlAnyElementAttributes"> |
2 | 2 | <TypeSignature Language="C#" Value="public class XmlAnyElementAttributes : System.Collections.IList" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1" /> |
3 | 3 | <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit XmlAnyElementAttributes extends System.Object implements class System.Collections.ICollection, class System.Collections.IEnumerable, class System.Collections.IList" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1" /> |
4 | 4 | <TypeSignature Language="DocId" Value="T:System.Xml.Serialization.XmlAnyElementAttributes" /> |
|
43 | 43 | <BaseTypeName>System.Object</BaseTypeName> |
44 | 44 | <BaseTypeName FrameworkAlternate="net-5.0;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-1.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;netstandard-2.0;netstandard-2.1;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0">System.Collections.CollectionBase</BaseTypeName> |
45 | 45 | </Base> |
46 | | - <Interfaces> |
47 | | - </Interfaces> |
| 46 | + <Interfaces /> |
48 | 47 | <Docs> |
49 | 48 | <summary>Represents a collection of <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> objects.</summary> |
50 | 49 | <remarks> |
|
209 | 208 | </ReturnValue> |
210 | 209 | <Parameters /> |
211 | 210 | <Docs> |
212 | | - <summary>To be added.</summary> |
| 211 | + <summary>Removes all items from the <see cref="T:System.Collections.IList" />.</summary> |
213 | 212 | <remarks>To be added.</remarks> |
214 | 213 | </Docs> |
215 | 214 | </Member> |
|
331 | 330 | <ReturnType>System.Int32</ReturnType> |
332 | 331 | </ReturnValue> |
333 | 332 | <Docs> |
334 | | - <summary>To be added.</summary> |
335 | | - <value>To be added.</value> |
| 333 | + <summary>Gets the number of elements contained in the <see cref="T:System.Collections.ICollection" />.</summary> |
| 334 | + <value>The number of elements contained in the <see cref="T:System.Collections.ICollection" />.</value> |
336 | 335 | <remarks>To be added.</remarks> |
337 | 336 | </Docs> |
338 | 337 | </Member> |
|
365 | 364 | </ReturnValue> |
366 | 365 | <Parameters /> |
367 | 366 | <Docs> |
368 | | - <summary>To be added.</summary> |
369 | | - <returns>To be added.</returns> |
| 367 | + <summary>Returns an enumerator that iterates through a collection.</summary> |
| 368 | + <returns>An enumerator that can be used to iterate through the collection.</returns> |
370 | 369 | <remarks>To be added.</remarks> |
371 | 370 | </Docs> |
372 | 371 | </Member> |
|
577 | 576 | <Parameter Name="index" Type="System.Int32" Index="0" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1" /> |
578 | 577 | </Parameters> |
579 | 578 | <Docs> |
580 | | - <param name="index">To be added.</param> |
581 | | - <summary>To be added.</summary> |
| 579 | + <param name="index">The zero-based index of the item to remove.</param> |
| 580 | + <summary>Removes the <see cref="T:System.Collections.IList" /> item at the specified index.</summary> |
582 | 581 | <remarks>To be added.</remarks> |
583 | 582 | </Docs> |
584 | 583 | </Member> |
|
614 | 613 | <Parameter Name="index" Type="System.Int32" Index="1" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1" /> |
615 | 614 | </Parameters> |
616 | 615 | <Docs> |
617 | | - <param name="array">To be added.</param> |
618 | | - <param name="index">To be added.</param> |
619 | | - <summary>To be added.</summary> |
| 616 | + <param name="array">The one-dimensional array that is the destination of the elements copied from <see cref="T:System.Collections.ICollection" />. The array must have zero-based indexing.</param> |
| 617 | + <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param> |
| 618 | + <summary>Copies the elements of the <see cref="T:System.Collections.ICollection" /> to an array, starting at a particular index.</summary> |
620 | 619 | <remarks>To be added.</remarks> |
621 | 620 | </Docs> |
622 | 621 | </Member> |
|
648 | 647 | <ReturnType>System.Boolean</ReturnType> |
649 | 648 | </ReturnValue> |
650 | 649 | <Docs> |
651 | | - <summary>To be added.</summary> |
652 | | - <value>To be added.</value> |
653 | | - <remarks>To be added.</remarks> |
| 650 | + <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe).</summary> |
| 651 | + <value> |
| 652 | + <see langword="true" /> if access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe); otherwise, <see langword="false" />.</value> |
| 653 | + <remarks> |
| 654 | + <format type="text/markdown"><![CDATA[ |
| 655 | +
|
| 656 | +## Remarks |
| 657 | +
|
| 658 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.Xml.Serialization.XmlAnyElementAttributes> instance is cast to an <xref:System.Collections.ICollection> interface. |
| 659 | +
|
| 660 | + ]]></format> |
| 661 | + </remarks> |
654 | 662 | </Docs> |
655 | 663 | </Member> |
656 | 664 | <Member MemberName="System.Collections.ICollection.SyncRoot"> |
|
681 | 689 | <ReturnType>System.Object</ReturnType> |
682 | 690 | </ReturnValue> |
683 | 691 | <Docs> |
684 | | - <summary>To be added.</summary> |
685 | | - <value>To be added.</value> |
686 | | - <remarks>To be added.</remarks> |
| 692 | + <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</summary> |
| 693 | + <value>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</value> |
| 694 | + <remarks> |
| 695 | + <format type="text/markdown"><![CDATA[ |
| 696 | +
|
| 697 | +## Remarks |
| 698 | +
|
| 699 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.Xml.Serialization.XmlAnyElementAttributes> instance is cast to an <xref:System.Collections.ICollection> interface. |
| 700 | +
|
| 701 | + ]]></format> |
| 702 | + </remarks> |
687 | 703 | </Docs> |
688 | 704 | </Member> |
689 | 705 | <Member MemberName="System.Collections.IList.Add"> |
|
717 | 733 | <Parameter Name="value" Type="System.Object" Index="0" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1" /> |
718 | 734 | </Parameters> |
719 | 735 | <Docs> |
720 | | - <param name="value">To be added.</param> |
721 | | - <summary>To be added.</summary> |
722 | | - <returns>To be added.</returns> |
| 736 | + <param name="value">The object to add to the <see cref="T:System.Collections.IList" />.</param> |
| 737 | + <summary>Adds an item to the <see cref="T:System.Collections.IList" />.</summary> |
| 738 | + <returns>The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.</returns> |
723 | 739 | <remarks>To be added.</remarks> |
724 | 740 | </Docs> |
725 | 741 | </Member> |
|
754 | 770 | <Parameter Name="value" Type="System.Object" Index="0" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1" /> |
755 | 771 | </Parameters> |
756 | 772 | <Docs> |
757 | | - <param name="value">To be added.</param> |
758 | | - <summary>To be added.</summary> |
759 | | - <returns>To be added.</returns> |
| 773 | + <param name="value">The object to locate in the <see cref="T:System.Collections.IList" />.</param> |
| 774 | + <summary>Determines whether the <see cref="T:System.Collections.IList" /> contains a specific value.</summary> |
| 775 | + <returns> |
| 776 | + <see langword="true" /> if the object is found in the <see cref="T:System.Collections.IList" />; otherwise, <see langword="false" />.</returns> |
760 | 777 | <remarks>To be added.</remarks> |
761 | 778 | </Docs> |
762 | 779 | </Member> |
|
791 | 808 | <Parameter Name="value" Type="System.Object" Index="0" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1" /> |
792 | 809 | </Parameters> |
793 | 810 | <Docs> |
794 | | - <param name="value">To be added.</param> |
795 | | - <summary>To be added.</summary> |
796 | | - <returns>To be added.</returns> |
| 811 | + <param name="value">The object to locate in the <see cref="T:System.Collections.IList" />.</param> |
| 812 | + <summary>Determines the index of a specific item in the <see cref="T:System.Collections.IList" />.</summary> |
| 813 | + <returns>The index of <paramref name="value" /> if found in the list; otherwise, -1.</returns> |
797 | 814 | <remarks>To be added.</remarks> |
798 | 815 | </Docs> |
799 | 816 | </Member> |
|
829 | 846 | <Parameter Name="value" Type="System.Object" Index="1" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1" /> |
830 | 847 | </Parameters> |
831 | 848 | <Docs> |
832 | | - <param name="index">To be added.</param> |
833 | | - <param name="value">To be added.</param> |
834 | | - <summary>To be added.</summary> |
| 849 | + <param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param> |
| 850 | + <param name="value">The object to insert into the <see cref="T:System.Collections.IList" />.</param> |
| 851 | + <summary>Inserts an item to the <see cref="T:System.Collections.IList" /> at the specified index.</summary> |
835 | 852 | <remarks>To be added.</remarks> |
836 | 853 | </Docs> |
837 | 854 | </Member> |
|
863 | 880 | <ReturnType>System.Boolean</ReturnType> |
864 | 881 | </ReturnValue> |
865 | 882 | <Docs> |
866 | | - <summary>To be added.</summary> |
867 | | - <value>To be added.</value> |
868 | | - <remarks>To be added.</remarks> |
| 883 | + <summary>Gets a value indicating whether the <see cref="T:System.Collections.IList" /> has a fixed size.</summary> |
| 884 | + <value> |
| 885 | + <see langword="true" /> if the <see cref="T:System.Collections.IList" /> has a fixed size; otherwise, <see langword="false" />.</value> |
| 886 | + <remarks> |
| 887 | + <format type="text/markdown"><![CDATA[ |
| 888 | +
|
| 889 | +## Remarks |
| 890 | +
|
| 891 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.Xml.Serialization.XmlAnyElementAttributes> instance is cast to an <xref:System.Collections.IList> interface. |
| 892 | +
|
| 893 | + ]]></format> |
| 894 | + </remarks> |
869 | 895 | </Docs> |
870 | 896 | </Member> |
871 | 897 | <Member MemberName="System.Collections.IList.IsReadOnly"> |
|
896 | 922 | <ReturnType>System.Boolean</ReturnType> |
897 | 923 | </ReturnValue> |
898 | 924 | <Docs> |
899 | | - <summary>To be added.</summary> |
900 | | - <value>To be added.</value> |
901 | | - <remarks>To be added.</remarks> |
| 925 | + <summary>Gets a value indicating whether the <see cref="T:System.Collections.IList" /> is read-only.</summary> |
| 926 | + <value> |
| 927 | + <see langword="true" /> if the <see cref="T:System.Collections.IList" /> is read-only; otherwise, <see langword="false" />.</value> |
| 928 | + <remarks> |
| 929 | + <format type="text/markdown"><![CDATA[ |
| 930 | +
|
| 931 | +## Remarks |
| 932 | +
|
| 933 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.Xml.Serialization.XmlAnyElementAttributes> instance is cast to an <xref:System.Collections.IList> interface. |
| 934 | +
|
| 935 | + ]]></format> |
| 936 | + </remarks> |
902 | 937 | </Docs> |
903 | 938 | </Member> |
904 | 939 | <Member MemberName="System.Collections.IList.Item"> |
|
932 | 967 | <Parameter Name="index" Type="System.Int32" Index="0" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1" /> |
933 | 968 | </Parameters> |
934 | 969 | <Docs> |
935 | | - <param name="index">To be added.</param> |
936 | | - <summary>To be added.</summary> |
937 | | - <value>To be added.</value> |
| 970 | + <param name="index">The zero-based index of the element to get or set.</param> |
| 971 | + <summary>Gets or sets the element at the specified index.</summary> |
| 972 | + <value>The element at the specified index.</value> |
938 | 973 | <remarks>To be added.</remarks> |
939 | 974 | </Docs> |
940 | 975 | </Member> |
|
969 | 1004 | <Parameter Name="value" Type="System.Object" Index="0" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1" /> |
970 | 1005 | </Parameters> |
971 | 1006 | <Docs> |
972 | | - <param name="value">To be added.</param> |
973 | | - <summary>To be added.</summary> |
| 1007 | + <param name="value">The object to remove from the <see cref="T:System.Collections.IList" />.</param> |
| 1008 | + <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.IList" />.</summary> |
974 | 1009 | <remarks>To be added.</remarks> |
975 | 1010 | </Docs> |
976 | 1011 | </Member> |
|
0 commit comments