C# Class GitSharp.Core.RefDatabase.CachedRef

Inheritance: Ref
Show file Open project: stschake/GitSharp

Public Methods

Method Description
CachedRef ( Storage st, string refName, ObjectId id, System.DateTime mtime ) : System

Method Details

CachedRef() public method

public CachedRef ( Storage st, string refName, ObjectId id, System.DateTime mtime ) : System
st Storage
refName string
id ObjectId
mtime System.DateTime
return System