Skip to content

Commit 3e1c0e8

Browse files
committed
add IsGenericDictionaryType and IsGenericEnumerableType property
1 parent 23fd386 commit 3e1c0e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SourceGeneration.Reflection/ISourceFieldOrPropertyInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ public interface ISourceFieldOrPropertyInfo
1616

1717
bool IsStatic { get; }
1818
bool IsRequired { get; }
19+
bool IsGenericDictionaryType { get; }
20+
bool IsGenericEnumerableType { get; }
1921

2022
Func<object?, object?> GetValue { get; }
2123
Action<object?, object?> SetValue { get; }

0 commit comments

Comments
 (0)