2019-04-11 21:43:05 -04:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
2019-04-14 11:55:05 -04:00
|
|
|
|
namespace SharedLibraryCore.Configuration.Attributes
|
2019-04-11 21:43:05 -04:00
|
|
|
|
{
|
|
|
|
|
[AttributeUsage(AttributeTargets.Property, Inherited = false)]
|
|
|
|
|
public class ConfigurationIgnore : Attribute
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|