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