IEffective<T>.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 a calculated and cloned version of the element.
public T GetEffective (Microsoft.OpenApi.Models.OpenApiDocument document);
abstract member GetEffective : Microsoft.OpenApi.Models.OpenApiDocument -> 'T
Public Function GetEffective (document As OpenApiDocument) As T
Parameters
- document
- OpenApiDocument
Returns
T