quote only work on lambda on net_4_0
[mcs.git] / errors / cs1591-19.cs
blobfc72efac35d48c859e19ffbe322346cee855a63e
1 // cs1591-19.cs: Missing XML comment for publicly visible type or member `EntryPoint.Create(bool)'
2 // Line: 6
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:4
4 /// <summary>test</summary>
5 public class EntryPoint {
6 protected void Create (bool test) {
9 protected void Remove () {