<?xml version="1.0" encoding="us-ascii"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS0611</ErrorName>
  <Examples>
    <string>// cs0611-2.cs: Array elements cannot be of type `System.TypedReference'
// Line: 5

public class Sample {
        System.TypedReference[] references {
                get {
                        return null;
                }
        }

		static void Main () {}
}



</string>
    <string>// cs0611.cs: Array elements cannot be of type `System.ArgIterator'
// Line: 5

public class Sample {
        System.ArgIterator[] arg;
		static void Main () {}
}



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