10 lines
105 B
C#
Raw Normal View History

// Compiler options: -t:library
public class Class1
{
public byte[] Finalize ()
{
return null;
}
}