IgnoreAttribute.cs 97 Bytes
Newer Older
潘栩锋's avatar
1  
潘栩锋 committed
1 2 3 4 5 6 7 8
using System;

namespace Misc
{
    public class CopyIgnoreAttribute : Attribute
    {
    }
}