RecognizeObject() публичный Метод

public RecognizeObject ( Sprite name ) : void
name Sprite
Результат void
Пример #1
0
 public void RecognizeObjectTest()
 {
     ActionHandler target = new ActionHandler(); // TODO: Initialize to an appropriate value
     Sprite name = null; // TODO: Initialize to an appropriate value
     target.RecognizeObject(name);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }