Sha256: 90ff52c18dae63b3c07c5e73e092161b0609a548594a929510ce11fa75152c1f

Contents?: true

Size: 155 Bytes

Versions: 2

Compression:

Stored size: 155 Bytes

Contents

using System;
using System.Collections.Generic;

namespace ClrModels {
	public interface IExposingWarrior : IExposingBridge {
      void OwnMethod();
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

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