C# Class GitSharp.Blob

Represents a specific version of the content of a file tracked by git.
Inheritance: AbstractObject
Show file Open project: jagregory/jagregory-gitsharp Class Usage Examples

Protected Methods

Method Description
LoadBody ( GitObjectStream content ) : void

Method Details

LoadBody() protected method

protected LoadBody ( GitObjectStream content ) : void
content GitObjectStream
return void