SequenceDiagram.

Merge(string, string) Method

Summary

Append a merge to the sequence diagram
Namespace
GitVersion.Testing
Containing Type
SequenceDiagram

Syntax

public void Merge(string from, string to)

Parameters

Name Type Description
from string
to string

Return Value

Type Description
void
GitHub