Share via


OpenApiArray Class

Definition

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

Applies to