2 types derived from Shape
Sample (2)
src\OpenApi\test\SharedTypes.cs (2)
28internal class Triangle : Shape 32internal class Square : Shape
1 instantiation of Shape
Sample (1)
Program.cs (1)
85responses.MapGet("/shape", () => new Shape { Color = "blue", Sides = 4 });