SequenceDiagram.

Divider(string) Method

Summary

Appends a divider with specified text to the sequence diagram
Namespace
GitVersion.Testing
Containing Type
SequenceDiagram

Syntax

public void Divider(string text)

Parameters

Name Type Description
text string

Return Value

Type Description
void
GitHub