dotGit.Refs.Tag.Tag C# (CSharp) Method

Tag() private method

private Tag ( Repository repo, string sha ) : System
repo Repository
sha string
return System
        internal Tag(Repository repo, string sha)
            : base(repo, sha)
        {
        }