﻿<?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>CS0231</ErrorName>
  <Examples>
    <string>// cs0231.cs: A params parameter must be the last in a formal parameter list
// Line: 5
class Test
{
        void Foo (params object[] o, bool b) {}
}

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