﻿<?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>CS0179</ErrorName>
  <Examples>
    <string>// cs0179.cs: `X.extern_method()' cannot declare a body because it is marked extern
// Line:

class X {

	public extern int extern_method ()
		{
		}
	
	public static void Main ()
		{
		}
}
      
</string>
  </Examples>
</ErrorDocumentation>