Sha256: 97047b8df8563778f55da1dd28dfad7283938bc7777b19bb631f2f8875626563
Contents?: true
Size: 152 Bytes
Versions: 2
Compression:
Stored size: 152 Bytes
Contents
using System; using System.Collections.Generic; namespace ClrModels { public interface IHaveAnIndexer{ string this[string name]{ get; set; } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
caricature-0.7.7 | spec/fixtures/IHaveAnIndexer.cs |
caricature-0.7.6 | spec/fixtures/IHaveAnIndexer.cs |