Exemplo n.º 1
0
 public VerboseInputInfo(OutPoint outPoint, VerboseOutputInfo prevOutput)
     : this(outPoint, prevOutput, null)
 {
 }
Exemplo n.º 2
0
 public VerboseInputInfo(OutPoint outPoint, VerboseOutputInfo prevOutput)
 {
     OutPoint   = outPoint;
     PrevOutput = prevOutput;
 }