OpenApiPrimitive<T> Constructors

Definition

Overloads

OpenApiPrimitive<T>(OpenApiPrimitive<T>)

Initializes a copy of an IOpenApiPrimitive object

OpenApiPrimitive<T>(T)

Initializes the IOpenApiPrimitive class with the given value.

OpenApiPrimitive<T>(OpenApiPrimitive<T>)

Initializes a copy of an IOpenApiPrimitive object

public OpenApiPrimitive (Microsoft.OpenApi.Any.OpenApiPrimitive<T> openApiPrimitive);
new Microsoft.OpenApi.Any.OpenApiPrimitive<'T> : Microsoft.OpenApi.Any.OpenApiPrimitive<'T> -> Microsoft.OpenApi.Any.OpenApiPrimitive<'T>
Public Sub New (openApiPrimitive As OpenApiPrimitive(Of T))

Parameters

openApiPrimitive
OpenApiPrimitive<T>

Applies to

OpenApiPrimitive<T>(T)

Initializes the IOpenApiPrimitive class with the given value.

public OpenApiPrimitive (T value);
new Microsoft.OpenApi.Any.OpenApiPrimitive<'T> : 'T -> Microsoft.OpenApi.Any.OpenApiPrimitive<'T>
Public Sub New (value As T)

Parameters

value
T

Applies to