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

Fast half of hasObject(AnyObjectId).
public abstract hasObject1 ( AnyObjectId objectId ) : bool
objectId AnyObjectId /// Identity of the object to test for existence of. ///
리턴 bool
예제 #1
0
 public override bool hasObject1(AnyObjectId objectId)
 {
     return(_objectDatabase.hasObject1(objectId));
 }
예제 #2
0
 public override bool hasObject1(AnyObjectId objectId)
 {
     return(wrapped.hasObject1(objectId));
 }