OpenApiParameter.GetEffective(OpenApiDocument) 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.
Returns an effective OpenApiParameter object based on the presence of a $ref
public Microsoft.OpenApi.Models.OpenApiParameter GetEffective (Microsoft.OpenApi.Models.OpenApiDocument doc);
abstract member GetEffective : Microsoft.OpenApi.Models.OpenApiDocument -> Microsoft.OpenApi.Models.OpenApiParameter
override this.GetEffective : Microsoft.OpenApi.Models.OpenApiDocument -> Microsoft.OpenApi.Models.OpenApiParameter
Public Function GetEffective (doc As OpenApiDocument) As OpenApiParameter
Parameters
- doc
- OpenApiDocument
The host OpenApiDocument that contains the reference.
Returns
OpenApiParameter