We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a0c04 commit 892ed91Copy full SHA for 892ed91
src/Microsoft.OpenApi/Models/OpenApiPaths.cs
@@ -16,7 +16,7 @@ public OpenApiPaths() {}
16
/// <summary>
17
/// Initializes a copy of <see cref="OpenApiPaths"/> object
18
/// </summary>
19
- public OpenApiPaths(OpenApiPaths paths) {}
20
-
+ /// <param name="paths">The <see cref="OpenApiPaths"/>.</param>
+ public OpenApiPaths(OpenApiPaths paths) : base(dictionary: paths) {}
21
}
22
0 commit comments