chore: XmlConverterAttribute is decorated as implicit

This commit is contained in:
Laura Gomez
2020-01-14 14:08:32 -05:00
parent f03f49b376
commit 7598a451cc

View File

@@ -1,9 +1,11 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using ICD.Common.Properties;
using ICD.Common.Utils.Attributes; using ICD.Common.Utils.Attributes;
namespace ICD.Common.Utils.Xml namespace ICD.Common.Utils.Xml
{ {
[MeansImplicitUse]
[AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = false)] [AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = false)]
public sealed class XmlConverterAttribute : AbstractIcdAttribute public sealed class XmlConverterAttribute : AbstractIcdAttribute
{ {