C# Class GitSharp.Core.UnpackedObjectCache.Entry

Show file Open project: jagregory/GitSharp Class Usage Examples

Public Properties

Property Type Description
data byte[]
type int

Public Methods

Method Description
Entry ( byte aData, int aType ) : System

Method Details

Entry() public method

public Entry ( byte aData, int aType ) : System
aData byte
aType int
return System

Property Details

data public property

public byte[] data
return byte[]

type public property

public int type
return int