add ISafeSerializationData
[mcs.git] / tests / test-447.cs
blob0ac69338044379406f87688fb89cb0c909b0c840
1 using System;
3 [assembly:CLSCompliant(true)]
5 namespace System {
6 [AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
7 internal sealed class MonoTODOAttribute : Attribute {
9 string comment;
11 public MonoTODOAttribute ()
18 namespace System.Web
20 public partial class HttpBrowserCapabilities {
22 [MonoTODO] public Version A {
23 get { throw new Exception (); }
28 class Test { static void Main () { } }