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 23fd386 commit 3e1c0e8Copy full SHA for 3e1c0e8
src/SourceGeneration.Reflection/ISourceFieldOrPropertyInfo.cs
@@ -16,6 +16,8 @@ public interface ISourceFieldOrPropertyInfo
16
17
bool IsStatic { get; }
18
bool IsRequired { get; }
19
+ bool IsGenericDictionaryType { get; }
20
+ bool IsGenericEnumerableType { get; }
21
22
Func<object?, object?> GetValue { get; }
23
Action<object?, object?> SetValue { get; }
0 commit comments