We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7738aab commit 0705905Copy full SHA for 0705905
snippets/csharp/System.Xml.Serialization/XmlSerializer/FromTypes/source.cs
@@ -32,7 +32,7 @@ public static void Main()
32
public void GetSerializers()
33
{
34
// Create an array of types.
35
- Type[]types = [typeof(Instrument), typeof(Player), typeof(Piece)];
+ Type[] types = [typeof(Instrument), typeof(Player), typeof(Piece)];
36
37
// Create an array for XmlSerializer objects.
38
XmlSerializer[]serializers= new XmlSerializer[3];
0 commit comments