using System;

namespace Misc
{
    public class CopyIgnoreAttribute : Attribute
    {
    }
}