1 // CS0617: `Foo' is not a valid named attribute argument. Named attribute arguments must be fields which are not readonly, static, const or read-write properties which are public and not static
6 public sealed class FooAttribute
: Attribute
8 public short Foo { get; private set; }