GitSharp.Branch.Branch C# (CSharp) Method

Branch() public method

public Branch ( Ref @ref ) : System
@ref Ref
return System
        public Branch(Ref @ref)
            : base(@ref._repo, @ref.Name)
        {
        }

Same methods

Branch::Branch ( Repository repo, GitSharp.Core.Ref @ref ) : System
Branch::Branch ( Repository repo, string name ) : System