1 // cs1591-19.cs: Missing XML comment for publicly visible type or member `EntryPoint.Create(bool)'
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 () {