All pastes #341557 Raw Edit

Miscellany

public text v1 · immutable
#341557 ·published 2007-02-05 18:53 UTC
rendered paste body
//compiles with mcs svn head, but not release

class A
{
	public void Activate () {}
}

class B : A
{
	public event System.EventHandler Activate;
}