mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
chore: XmlConverterAttribute is decorated as implicit
This commit is contained in:
parent
f03f49b376
commit
7598a451cc
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue