OpenApiWriterBase.StartScope(ScopeType) Method

Definition

Start the scope given the scope type.

protected Microsoft.OpenApi.Writers.Scope StartScope (Microsoft.OpenApi.Writers.ScopeType type);
member this.StartScope : Microsoft.OpenApi.Writers.ScopeType -> Microsoft.OpenApi.Writers.Scope
Protected Function StartScope (type As ScopeType) As Scope

Parameters

type
ScopeType

The scope type to start.

Returns

Applies to