FooEmptySortColumn.cs 236 B

12345678910111213
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel.DataAnnotations;
  4. using System.Linq;
  5. using System.Text;
  6. namespace MonoTests.Common
  7. {
  8. [DisplayColumn ("NoSuchColumn", "")]
  9. class FooEmptySortColumn
  10. {
  11. }
  12. }