Sha256: 420ffee4fc5ff72a624fc9ef08e932c429eae519f67efa6895518c1cc42e155b

Contents?: true

Size: 119 Bytes

Versions: 5

Compression:

Stored size: 119 Bytes

Contents

using System;

namespace ClassLibrary
{
	public interface IHaveAnEvent
	{
		event EventHandler<EventArgs> MyEvent;
	}
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
markryall-orangutan-0.0.1 spec/IHaveAnEvent.cs
markryall-orangutan-0.0.2 spec/clr/IHaveAnEvent.cs
markryall-orangutan-0.0.3 spec/clr/IHaveAnEvent.cs
markryall-orangutan-0.0.4 spec/clr/IHaveAnEvent.cs
orangutan-0.0.1 spec/IHaveAnEvent.cs