GitSharp.Core.Transport.PushResult.GetRemoteUpdate C# (CSharp) Method

GetRemoteUpdate() public method

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