Sha256: 3a2a32ee6eedb079d6795bae3939c0e25ee43b8b6967500b351bc11fa8e99bd6
Contents?: true
Size: 308 Bytes
Versions: 80
Compression:
Stored size: 308 Bytes
Contents
namespace diStorm { public class DecomposedResult { public DecomposedResult(int maxInstructions) { MaxInstructions = maxInstructions; Instructions = null; } public DecomposedInst[] Instructions { get; internal set; } public int MaxInstructions { get; private set; } } }
Version data entries
80 entries across 80 versions & 1 rubygems