using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SonicAudioLib.CriMw.Serialization { [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property, AllowMultiple = false)] public class CriIgnoreAttribute : Attribute { } }