Resolve Concelier/Excititor merge conflicts
This commit is contained in:
6
out/tmp-cdx/Program.cs
Normal file
6
out/tmp-cdx/Program.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using System;
|
||||
using CycloneDX.Models;
|
||||
|
||||
var dependenciesProperty = typeof(Dependency).GetProperty("Dependencies")!;
|
||||
Console.WriteLine(dependenciesProperty.PropertyType);
|
||||
Console.WriteLine(dependenciesProperty.PropertyType.GenericTypeArguments[0]);
|
||||
Reference in New Issue
Block a user