namespace RotaryHeart.Lib.SerializableDictionary { /// /// Attribute used to force drawing a key as a property /// [System.AttributeUsage(System.AttributeTargets.Field)] public class DrawKeyAsPropertyAttribute : System.Attribute { } }