GitBrowseTarget Class

Identifies a part of a Git repository that can be browsed.

Inheritance Hierarchy

Syntax

public sealed class GitBrowseTarget : System.ValueType, IEquatable<T>

Constructors

Name Description
GitBrowseTarget(GitBrowseTargetType Type, string Value)

Identifies a part of a Git repository that can be browsed.

Properties

Name Description
Type

The type of the browse target.

Value

The commit hash, tag name, or branch name of the browse target.

Methods

Name Description
Deconstruct(GitBrowseTargetType& Type, System.String& Value)
Equals(GitBrowseTarget other)
GetHashCode
ToString