OpenApiWriterBase.Scopes Field
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.
Scope of the Open API element - object, array, property.
protected readonly System.Collections.Generic.Stack<Microsoft.OpenApi.Writers.Scope> Scopes;
val mutable Scopes : System.Collections.Generic.Stack<Microsoft.OpenApi.Writers.Scope>
Protected ReadOnly Scopes As Stack(Of Scope)