mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +00:00
chore: XmlConverterAttribute is decorated as implicit
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using ICD.Common.Properties;
|
||||
using ICD.Common.Utils.Attributes;
|
||||
|
||||
namespace ICD.Common.Utils.Xml
|
||||
{
|
||||
[MeansImplicitUse]
|
||||
[AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = false)]
|
||||
public sealed class XmlConverterAttribute : AbstractIcdAttribute
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user