blob: af7b810b9c6ea9065d32c403b4d8d716d1b4ce4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// CS1591: Missing XML comment for publicly visible type or member `EntryPoint.Create(bool)'
// Line: 6
// Compiler options: -doc:dummy.xml -warnaserror -warn:4
/// <summary>test</summary>
public class EntryPoint {
protected void Create (bool test) {
}
protected void Remove () {
}
}
|