Sha256: 42e9210416c36e5ba3beb5de88f20d08ef73796ac070038eeeeb1edab509ee93
Contents?: true
Size: 195 Bytes
Versions: 2
Compression:
Stored size: 195 Bytes
Contents
using System; using System.Collections.Generic; namespace ClrModels { public class StaticCaller{ public string CallsStatic(){ return MyClassWithAStatic.GoodByeWorld(); } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
caricature-0.7.7 | spec/fixtures/StaticCaller.cs |
caricature-0.7.6 | spec/fixtures/StaticCaller.cs |