예제 #1
0
 public IndigoObject at(int index)
 {
     dispatcher.setSessionID();
     return(new IndigoObject(dispatcher, this, _indigo_lib.indigoAt(self, index)));
 }