<?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>CS0610</ErrorName>
  <Examples>
    <string>// cs0610-2.cs: Field or property cannot be of type `System.TypedReference'
// Line: 5

public class Sample {
        System.TypedReference reference {
                get {
                        return null;
                }
        }
}



</string>
    <string>// cs0610-3.cs: Field or property cannot be of type `System.TypedReference'
// Line: 5

public class Sample {
        const System.TypedReference arg = null;
}
</string>
    <string>// cs0610.cs: Field or property cannot be of type `System.ArgIterator'
// Line: 5

public class Sample {
        System.ArgIterator arg;
}



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