Sha256: a048c333a35a1f21cf038a0044704d5662e4d8f9a16a5ece6928bb6fd8e7de54

Contents?: true

Size: 203 Bytes

Versions: 2

Compression:

Stored size: 203 Bytes

Contents

using System;
using System.Collections.Generic;

namespace ClrModels {
	public interface IExplodingWarrior : IExposingBridge{
      event EventHandler<EventArgs> OnExploding;
      void Explode();

  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
caricature-0.7.7 spec/fixtures/IExplodingWarrior.cs
caricature-0.7.6 spec/fixtures/IExplodingWarrior.cs