Skip to content

Commit

Permalink
Update PublicApi.Approved.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
captainsafia committed Jul 4, 2024
1 parent 08718e1 commit 4611a36
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ namespace Microsoft.OpenApi.Any
public class OpenApiAnyCloneHelper
{
public OpenApiAnyCloneHelper() { }
public static Microsoft.OpenApi.Any.IOpenApiAny CloneFromCopyConstructor(Microsoft.OpenApi.Any.IOpenApiAny obj) { }
public static Microsoft.OpenApi.Any.IOpenApiAny CloneFromCopyConstructor<T>(T obj)
where T : IOpenApiAny { }
}
public class OpenApiArray : System.Collections.Generic.List<Microsoft.OpenApi.Any.IOpenApiAny>, Microsoft.OpenApi.Any.IOpenApiAny, Microsoft.OpenApi.Interfaces.IOpenApiElement, Microsoft.OpenApi.Interfaces.IOpenApiExtension
{
Expand Down

0 comments on commit 4611a36

Please sign in to comment.