openObject1() 공개 추상적인 메소드

Fast half of openObject(WindowCursor, AnyObjectId).
public abstract openObject1 ( GitSharp.Core.WindowCursor curs, AnyObjectId objectId ) : GitSharp.Core.ObjectLoader
curs GitSharp.Core.WindowCursor /// temporary working space associated with the calling thread. ///
objectId AnyObjectId identity of the object to open.
리턴 GitSharp.Core.ObjectLoader
예제 #1
0
 public override ObjectLoader openObject1(WindowCursor curs, AnyObjectId objectId)
 {
     return(_objectDatabase.openObject1(curs, objectId));
 }
예제 #2
0
 public override ObjectLoader openObject1(WindowCursor curs, AnyObjectId objectId)
 {
     return(wrapped.openObject1(curs, objectId));
 }