OpenHome.Git.BranchEmpty.BranchEmpty C# (CSharp) Method

BranchEmpty() private method

private BranchEmpty ( Repository aRepository, string aName ) : System
aRepository Repository
aName string
return System
        internal BranchEmpty(Repository aRepository, string aName)
            : base(aRepository, aName, null)
        {
        }
BranchEmpty