Sha256: 986f94ef4e6e21fa481df9693bf887dc62d003c48fa04e7c3b470522ac550a45
Contents?: true
Size: 260 Bytes
Versions: 2
Compression:
Stored size: 260 Bytes
Contents
using System; using System.Collections.Generic; namespace ClrModels { public class MyClassWithAStatic{ public string HelloWorld(){ return "Hello World!"; } public static string GoodByeWorld(){ return "Goodbye world!"; } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
caricature-0.7.7 | spec/fixtures/MyClassWithAStatic.cs |
caricature-0.7.6 | spec/fixtures/MyClassWithAStatic.cs |