Partager via


GitUtils.ExpandHavesAndWants, méthode

Espace de noms :  Microsoft.TeamFoundation.Git.Server
Assembly :  Microsoft.TeamFoundation.Git.Server (dans Microsoft.TeamFoundation.Git.Server.dll)

Syntaxe

'Déclaration
Public Shared Function ExpandHavesAndWants ( _
    requestContext As TeamFoundationRequestContext, _
    repository As TfsGitRepository, _
    haves As HashSet(Of Byte()), _
    wants As IEnumerable(Of Byte()), _
    shallows As Dictionary(Of Byte(), Boolean), _
    wantsPreExpanded As Boolean, _
    <OutAttribute> ByRef baseHaves As HashSet(Of TfsGitObject) _
) As HashSet(Of TfsGitObject)
public static HashSet<TfsGitObject> ExpandHavesAndWants(
    TeamFoundationRequestContext requestContext,
    TfsGitRepository repository,
    HashSet<byte[]> haves,
    IEnumerable<byte[]> wants,
    Dictionary<byte[], bool> shallows,
    bool wantsPreExpanded,
    out HashSet<TfsGitObject> baseHaves
)

Paramètres

Valeur de retour

Type : System.Collections.Generic.HashSet<TfsGitObject>
retourne HashSet<T> ;

Sécurité .NET Framework

Voir aussi

Référence

GitUtils Classe

Microsoft.TeamFoundation.Git.Server, espace de noms