https://learn.microsoft.com/en-us/dotnet/api/system.xml.serialization.xmlelementattributes.system-collections-icollection-issynchronized?view=dotnet-uwp-10.0&viewFallbackFrom=net-10.0
XmlElementAttributes.ICollection.IsSynchronized Property (System.Xml.Serialization) | Microsoft...
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
property systemicollectionxmlserializationmicrosoft
https://learn.microsoft.com/en-us/dotnet/api/system.xml.serialization.xmlelementattributes.remove?view=net-10.0
XmlElementAttributes.Remove(XmlElementAttribute) Method (System.Xml.Serialization) | Microsoft Learn
Removes the specified object from the collection.
removemethodsystemxmlserialization
https://learn.microsoft.com/en-us/dotnet/api/system.xml.serialization.xmlelementattributes.getenumerator?view=dotnet-uwp-10.0&viewFallbackFrom=net-10.0
XmlElementAttributes.GetEnumerator Method (System.Xml.Serialization) | Microsoft Learn
Returns an enumerator that iterates through a collection.
getenumeratormethodsystemxmlserialization
https://learn.microsoft.com/en-us/dotnet/api/system.xml.serialization.xmlelementattributes.system-collections-ilist-insert?view=dotnet-uwp-10.0&viewFallbackFrom=net-10.0
XmlElementAttributes.IList.Insert(Int32, Object) Method (System.Xml.Serialization) | Microsoft Learn
Inserts an item to the IList at the specified index.
ilistinsertobject