﻿<?xml version="1.0" encoding="utf-8"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1026</ErrorName>
  <Examples>
    <string>// cs1026.cs: Expected `,' or `)'
// Line: 6
class X{
	static void Main ()
	{
		Console.WriteLine ("Hola"
	}
}
</string>
  </Examples>
</ErrorDocumentation>