コード例 #1
0
 /// <summary>Emit the value with the highest position in the tuple.</summary>
 protected internal override V Emit(TupleWritable dst)
 {
     // No static typeinfo on Tuples
     return((V)dst.GetEnumerator().Next());
 }