Ejemplo n.º 1
0
 public StackValuePointerIndex(StackValuePointerBase pointer, int index)
 {
     Pointer = pointer;
     Index = index;
 }
Ejemplo n.º 2
0
 public StackValuePointerIndex(StackValuePointerBase pointer, int index)
 {
     Pointer = pointer;
     Index   = index;
 }
Ejemplo n.º 3
0
 public StackValuePointerArray(StackValuePointerBase pointer, StackValue index, int itemSize)
 {
     Pointer = pointer;
     Index = index;
     ItemSize = itemSize;
 }
Ejemplo n.º 4
0
 public StackValuePointerArray(StackValuePointerBase pointer, StackValue index, int itemSize)
 {
     Pointer  = pointer;
     Index    = index;
     ItemSize = itemSize;
 }