﻿<?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>CS0267</ErrorName>
  <Examples>
    <string>// cs0267.cs: The partial modifier can only appear immediately before `class', `struct' or `interface'
// Line: 4

partial enum e {}
</string>
  </Examples>
</ErrorDocumentation>