[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / class / System.Data.Entity / EntityResDescriptionAttribute.cs
1 using System.ComponentModel;
2
3 namespace System.Data
4 {
5         sealed class EntityResDescriptionAttribute : DescriptionAttribute
6         {
7                 public EntityResDescriptionAttribute (string description)
8                         : base (description)
9                 {
10                 }
11         }
12 }