hasObject1() public abstract method

Fast half of hasObject(AnyObjectId).
public abstract hasObject1 ( AnyObjectId objectId ) : bool
objectId AnyObjectId /// Identity of the object to test for existence of. ///
return 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));
 }