using System; namespace RosettaUI.Swatch { [Serializable] public struct NameAndValue { public string name; public TValue value; } }