-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
area-SerializationuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Description
Type of issue
Typo
Description
This sample Code
XmlSerializer[]serializers= new XmlSerializer[3];
serializers = XmlSerializer.FromTypes(types);
gives the idea, the serializers array needs some initialization. But the 'new' operation is useless. It's allocated and lost on the next line.
Page URL
Content source URL
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Xml.Serialization/XmlSerializer.xml
Document Version Independent Id
ea814dfb-4512-88cc-3f1d-9f456d6e0516
Platform Id
d549c472-96bf-f516-4b78-e48d53e7d56c
Article author
Metadata
Metadata
Assignees
Labels
area-SerializationuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner