2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0842.cs
blobde08d24537b1f067319681e00ed9d3b800dd832f
1 // CS0842: Automatically implemented property `S.Value' cannot be used inside a type with an explicit StructLayout attribute
2 // Line: 10
4 using System.Runtime.InteropServices;
6 [StructLayout(LayoutKind.Explicit)]
7 class S
9 public int Value {
10 get; set;