summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/XmlIgnoreMemberAttribute.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/XmlIgnoreMemberAttribute.cs')
-rw-r--r--src/mscorlib/src/System/XmlIgnoreMemberAttribute.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/XmlIgnoreMemberAttribute.cs b/src/mscorlib/src/System/XmlIgnoreMemberAttribute.cs
index 04a8e688e6..7acd7310d0 100644
--- a/src/mscorlib/src/System/XmlIgnoreMemberAttribute.cs
+++ b/src/mscorlib/src/System/XmlIgnoreMemberAttribute.cs
@@ -14,7 +14,7 @@
namespace System
{
- [AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
+ [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
internal sealed class XmlIgnoreMemberAttribute : Attribute
{
}