linux-packaging-mono/mcs/tests/test-xml-020.cs

24 lines
243 B
C#
Raw Normal View History

// Compiler options: -doc:xml-020.xml
using System;
namespace Testing
{
public class Test
{
public static void Main ()
{
}
/// comment for constructor
public Test ()
{
}
/// comment for destructor
~Test ()
{
}
}
}