using System; namespace DPumpHydr.WinFrmUI.WenSkin.Json { /// /// Instructs the to always serialize the member, and require the member has a value. /// [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false)] public sealed class JsonRequiredAttribute : Attribute { } }