Ejemplo n.º 1
0
 public bool IsDeletedItem(long off)
 {
     return((bool)sequence.GetTypedElement(new PType(PTypeEnumeration.boolean), off));
 }