<?xml version="1.0" encoding="iso-8859-1"?>
<ErrorDocumentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ErrorName>CS0178</ErrorName>
  <Examples>
    <string>// cs0178.cs :
// Line :

using System;

public class Blah {
	
	public static void Main ()
	{
		int [,] i = new int [4,2] { 0, 1, 2, 3, 4, 5 };
	}
}
</string>
  </Examples>
</ErrorDocumentation>