2019-04-11 20:43:05 -05:00
|
|
|
|
using System;
|
|
|
|
|
|
2019-04-14 10:55:05 -05:00
|
|
|
|
namespace SharedLibraryCore.Configuration.Attributes
|
2019-04-11 20:43:05 -05:00
|
|
|
|
{
|
2022-01-26 10:32:16 -06:00
|
|
|
|
[AttributeUsage(AttributeTargets.Property)]
|
2019-04-11 20:43:05 -05:00
|
|
|
|
public class ConfigurationIgnore : Attribute
|
|
|
|
|
{
|
|
|
|
|
}
|
2022-01-26 10:32:16 -06:00
|
|
|
|
}
|