OpenApiWriterBase.StartScope(ScopeType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.