﻿<?xml version="1.0" encoding="utf-8"?>
<ErrorDocumentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ErrorName>CS0150</ErrorName>
  <Examples>
    <string>// cs0150.cs :
// Line :

using System;

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