Ejemplo n.º 1
0
 internal HTupleElementsInt64(HTupleInt64 source, int[] indices)
     : base((HTupleImplementation)source, indices)
 {
 }
Ejemplo n.º 2
0
 internal HTupleElementsInt64(HTupleInt64 source, int index)
     : base((HTupleImplementation)source, index)
 {
 }