DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
SerializableAttribute.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace System {
4  [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)]
5  public sealed class SerializableAttribute : Attribute {
6  }
7 }