hasObject2() 공개 메소드

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