hasObject1() public abstract méthode

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