hasObject2() public method

Slow half of hasObject(AnyObjectId).
public hasObject2 ( string objectName ) : bool
objectName string /// Identity of the object to test for existence of. ///
return bool
Esempio n. 1
0
 public override bool hasObject2(string objectName)
 {
     return(_objectDatabase.hasObject2(objectName));
 }
Esempio n. 2
0
 public override bool hasObject2(string objectName)
 {
     return(wrapped.hasObject2(objectName));
 }