Sha256: edb75eb02198168bd2aa8f75423964e057782be84a2ff2a90cfef877697751d0

Contents?: true

Size: 311 Bytes

Versions: 1

Compression:

Stored size: 311 Bytes

Contents

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ProjectName.SomeFolderInProject
{
    public class SomeClass
    {
        public int DoSomeWork(int a, int b)
        {
            return a + b;
        }
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alpacabuildtool-1.0.0 test_data/sln2/ProjectName/SomeFolderInProject/SomeClass.cs