Skip to content

Commit 0d48c3f

Browse files
committed
add HasValueTypeConstraint check
1 parent 499bfe7 commit 0d48c3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SourceGeneration.Reflection.SourceGenerator/Models/SourceTypeParameterInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ internal class SourceTypeParameterInfo
55
public string Name;
66

77
public bool HasUnmanagedTypeConstraint;
8+
public bool HasValueTypeConstraint;
89

910
public bool HasTypeParameterInConstraintTypes;
1011
public string[] ConstraintTypes;

0 commit comments

Comments
 (0)