TaskAwaiter from CoreFX
[mono-project.git] / mcs / errors / cs1724.cs
blob41a8861345c33e59c3af24d11283fa48263501bb
1 // CS1724: Value specified for the argument to `System.Runtime.InteropServices.DefaultCharSetAttribute' is not valid
2 // Line: 7
4 using System;
5 using System.Runtime.InteropServices;
7 [module: DefaultCharSet ((CharSet)30)]