9.8.2018.0630
大石头 编写于 2018-06-30 11:15:32
X
using System;
using System.Collections.Generic;
using System.Text;

namespace System
{
    /// <summary>指示可以序列化的特性</summary>
    public class SerializableAttribute : Attribute
    {
    }
}