﻿<?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>CS0276</ErrorName>
  <Examples>
    <string>// cs0276.cs: Accessibility modifiers can only be used if both get and set accessors exist
// Line: 7
// Compiler options: -t:library

 class Error0276 
 {
	 protected internal string Message {
		 internal set {
		 }
	 }

 }

</string>
  </Examples>
</ErrorDocumentation>