﻿<?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>CS8200</ErrorName>
  <Examples>
    <string>// cs8200.cs: Do not allow type-parameter-constraint-clauses when
// there is no type-parameter list
//
using System.Collections;
class Dingus where T : IEnumerable {
}

class D {
	static void Main ()
	{
	}
}
</string>
  </Examples>
</ErrorDocumentation>