C# Class GitSharp.Core.Transport.IndexPack.DeltaChain

Inheritance: ObjectId
Mostra file Open project: jagregory/GitSharp

Public Methods

Method Description
Add ( UnresolvedDelta d ) : void
DeltaChain ( AnyObjectId id ) : System
Remove ( ) : UnresolvedDelta

Method Details

Add() public method

public Add ( UnresolvedDelta d ) : void
d UnresolvedDelta
return void

DeltaChain() public method

public DeltaChain ( AnyObjectId id ) : System
id AnyObjectId
return System

Remove() public method

public Remove ( ) : UnresolvedDelta
return UnresolvedDelta