﻿<?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>CS1518</ErrorName>
  <Examples>
    <string>//cs1518.cs: namespace can only contain class, interface, enum, struct or delegate
// Line: 5
namespace X {

	sealed fe {}
}
</string>
  </Examples>
</ErrorDocumentation>