Skip to content

Commit 85ff78c

Browse files
committed
Update publicApi
1 parent 892ed91 commit 85ff78c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Microsoft.OpenApi.Tests/PublicApi/PublicApi.approved.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ namespace Microsoft.OpenApi.Models
581581
where T : Microsoft.OpenApi.Interfaces.IOpenApiSerializable
582582
{
583583
protected OpenApiExtensibleDictionary() { }
584+
protected OpenApiExtensibleDictionary(System.Collections.Generic.Dictionary<string, T> dictionary = null, System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Interfaces.IOpenApiExtension> extensions = null) { }
584585
public System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Interfaces.IOpenApiExtension> Extensions { get; set; }
585586
public void SerializeAsV2(Microsoft.OpenApi.Writers.IOpenApiWriter writer) { }
586587
public void SerializeAsV3(Microsoft.OpenApi.Writers.IOpenApiWriter writer) { }

0 commit comments

Comments
 (0)