<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1041</ErrorName>
  <Examples>
    <string>// CS1041: Identifier expected, `foreach' is a keyword
// Line: 11

public partial class Log
{
	void Update (object[] h)
	{
		if (h == null)
			return;
		
		logstore.
		foreach (var rev in h) {
		}
	}
}
</string>
  </Examples>
</ErrorDocumentation>