3 [assembly
:CLSCompliant(true)]
6 [AttributeUsage (AttributeTargets
.All
, AllowMultiple
=true)]
7 internal sealed class MonoTODOAttribute
: Attribute
{
11 public MonoTODOAttribute ()
20 public partial class HttpBrowserCapabilities
{
22 [MonoTODO
] public Version A
{
23 get { throw new Exception (); }
28 class Test { static void Main () { }
}