11 lines
119 B
C#
Raw Normal View History

namespace System
{
internal class __ComObject
{
__ComObject ()
{
throw new NotSupportedException ();
}
}
}