[corlib] CoreRT System.Threading.Tasks (#6672)
[mono-project.git] / mcs / class / System.Data.Entity / EntityResDescriptionAttribute.cs
blobde58f045739cae82d54fd7128c09274154c91966
1 using System.ComponentModel;
3 namespace System.Data
5 sealed class EntityResDescriptionAttribute : DescriptionAttribute
7 public EntityResDescriptionAttribute (string description)
8 : base (description)