c34e70448d6984dfe0fde8bdc1dadbc9a7eb6f03
[mono.git] / mcs / class / System.XML / System.Xml.Serialization / XmlAnyAttributeAttribute.cs
1 //
2 // XmlAnyAttribute.cs: 
3 //
4 // Author:
5 //   John Donagher (john@webmeta.com)
6 //
7 // (C) 2002 John Donagher
8 //
9
10 using System;\r
11 \r
12 namespace System.Xml.Serialization\r
13 {\r
14         /// <summary>\r
15         /// Summary description for XmlAnyAttributeAttribute.\r
16         /// </summary>\r
17         /// \r
18         [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field\r
19                 | AttributeTargets.Parameter | AttributeTargets.ReturnValue)]\r
20         public class XmlAnyAttributeAttribute : Attribute\r
21         {\r
22                 \r
23                 public XmlAnyAttributeAttribute()\r
24                 {\r
25                 \r
26                 }\r
27         }\r
28 }\r