C# Class GitSharp.Core.UnpackedObjectCache.Entry

Afficher le fichier Open project: jagregory/GitSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
data byte[]
type int

Méthodes publiques

Méthode Description
Entry ( byte aData, int aType ) : System

Method Details

Entry() public méthode

public Entry ( byte aData, int aType ) : System
aData byte
aType int
Résultat System

Property Details

data public_oe property

public byte[] data
Résultat byte[]

type public_oe property

public int type
Résultat int