GitSharp.Core.Transport.PushResult.GetRemoteUpdate C# (CSharp) Méthode

GetRemoteUpdate() public méthode

public GetRemoteUpdate ( string refName ) : RemoteRefUpdate
refName string
Résultat RemoteRefUpdate
        public RemoteRefUpdate GetRemoteUpdate(string refName)
        {
            return remoteUpdates[refName];
        }