mscorlib(4.0.0.0) API with additions
XmlNamespaceDeclarationsAttribute.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 }
Specifies that the target property, parameter, return value, or class member contains prefixes associ...
Represents the base class for custom attributes.
Definition: Attribute.cs:15
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.
XmlNamespaceDeclarationsAttribute()
Initializes a new instance of the T:System.Xml.Serialization.XmlNamespaceDeclarationsAttribute class.