mscorlib(4.0.0.0) API with additions
XmlIgnoreAttribute.cs
2 {
4  [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue)]
5  [global::__DynamicallyInvokable]
7  {
9  [global::__DynamicallyInvokable]
11  {
12  }
13  }
14 }
Represents the base class for custom attributes.
Definition: Attribute.cs:15
Instructs the M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,...
XmlIgnoreAttribute()
Initializes a new instance of the T:System.Xml.Serialization.XmlIgnoreAttribute class.
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.