Skip to content

Commit 6a65cf4

Browse files
committed
Update public API
1 parent 8d83572 commit 6a65cf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,6 @@ namespace Microsoft.OpenApi.Models
595595
{
596596
protected OpenApiExtensibleDictionary() { }
597597
protected OpenApiExtensibleDictionary(System.Collections.Generic.Dictionary<string, T> dictionary = null, System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Interfaces.IOpenApiExtension> extensions = null) { }
598-
public System.Collections.Generic.IDictionary<string, T> Dictionary { get; set; }
599598
public System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Interfaces.IOpenApiExtension> Extensions { get; set; }
600599
public void SerializeAsV2(Microsoft.OpenApi.Writers.IOpenApiWriter writer) { }
601600
public void SerializeAsV3(Microsoft.OpenApi.Writers.IOpenApiWriter writer) { }

0 commit comments

Comments
 (0)