mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 05:05:05 +00:00
chore: XmlConverterAttribute is decorated as implicit
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user