OpenApiArray Class
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.
Open API array.
public class OpenApiArray : System.Collections.Generic.List<Microsoft.OpenApi.Any.IOpenApiAny>, Microsoft.OpenApi.Any.IOpenApiAny
type OpenApiArray = class
inherit List<IOpenApiAny>
interface IOpenApiAny
interface IOpenApiElement
interface IOpenApiExtension
Public Class OpenApiArray
Inherits List(Of IOpenApiAny)
Implements IOpenApiAny
- Inheritance
-
OpenApiArray
- Implements
Constructors
OpenApiArray() |
Parameterless constructor |
OpenApiArray(OpenApiArray) |
Initializes a copy of OpenApiArray object |
Properties
AnyType |
The type of IOpenApiAny |
Methods
Write(IOpenApiWriter, OpenApiSpecVersion) |
Write out contents of OpenApiArray to passed writer |
Extension Methods
Validate(IOpenApiElement, ValidationRuleSet) |
Validate element and all child elements |