mscorlib(4.0.0.0) API with additions
XmlAnyAttributeAttribute.cs
2 {
4  [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue, AllowMultiple = false)]
5  [global::__DynamicallyInvokable]
7  {
9  [global::__DynamicallyInvokable]
11  {
12  }
13  }
14 }
Represents the base class for custom attributes.
Definition: Attribute.cs:15
Specifies that the member (a field that returns an array of T:System.Xml.XmlAttribute objects) can co...
XmlAnyAttributeAttribute()
Constructs a new instance of the T:System.Xml.Serialization.XmlAnyAttributeAttribute class.
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.