Exemplo n.º 1
0
 /// <summary>
 /// The value emitted by the View Map function or if a Reduce view, the value of the Reduce
 /// </summary>
 public TValue Value <TValue>()
 {
     return(ValueToken.ToObject <TValue>());
 }