Share via


TfsGitBranchRef Constructor (TfsGitRef)

Namespace:  Microsoft.TeamFoundation.Git.Server.Serialization
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    gitRef As TfsGitRef _
)
public TfsGitBranchRef(
    TfsGitRef gitRef
)
public:
TfsGitBranchRef(
    TfsGitRef^ gitRef
)
new : 
        gitRef:TfsGitRef -> TfsGitBranchRef
public function TfsGitBranchRef(
    gitRef : TfsGitRef
)

Parameters

.NET Framework Security

See Also

Reference

TfsGitBranchRef Class

TfsGitBranchRef Overload

Microsoft.TeamFoundation.Git.Server.Serialization Namespace