﻿<?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>CS0116</ErrorName>
  <Examples>
    <string>// cs0116.cs: A namespace does not directly contain members such as fields or methods
// Line: 4

n
</string>
    <string>// cs0116.cs: A namespace cant have members that dont correspond to a class, delegate, interface, union, struct or enum.
// Line: 6

namespace Bar
{
	float a;
}
</string>
  </Examples>
</ErrorDocumentation>