public VerboseInputInfo(OutPoint outPoint, VerboseOutputInfo prevOutput) : this(outPoint, prevOutput, null) { }
public VerboseInputInfo(OutPoint outPoint, VerboseOutputInfo prevOutput) { OutPoint = outPoint; PrevOutput = prevOutput; }