Sha256: adce5c1b5def8c5db982b4b2ac7a7f7d9b8d23a594b7d571a3f02d7bfbaa0954
Contents?: true
Size: 317 Bytes
Versions: 78
Compression:
Stored size: 317 Bytes
Contents
using System.Collections.Generic; namespace Generators.Methods { public class TestMethod { public ISet<string> UsingNamespaces { get; set; } = new HashSet<string>(); public string MethodName { get; set; } public string Body { get; set; } public int Index { get; set; } } }
Version data entries
78 entries across 78 versions & 1 rubygems