Skip to content

Commit e19c69d

Browse files
authored
public Type Type { get; }
1 parent 76470e4 commit e19c69d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/ProxyInterfaceSourceGeneratorTests/ProxyInterfaceSourceGeneratorTest.GenerateFiles_ForClassWithIgnores.verified.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ namespace ProxyInterfaceGenerator
6262
[AttributeUsage(AttributeTargets.Interface)]
6363
internal sealed class ProxyAttribute<T> : Attribute where T : class
6464
{
65+
public Type Type { get; }
6566
public bool ProxyBaseClasses { get; }
6667
public ProxyClassAccessibility Accessibility { get; }
6768
public string[]? MembersToIgnore { get; }

tests/ProxyInterfaceSourceGeneratorTests/ProxyInterfaceSourceGeneratorTest.GenerateFiles_ForClassWithIgnores_Regex.verified.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ namespace ProxyInterfaceGenerator
6262
[AttributeUsage(AttributeTargets.Interface)]
6363
internal sealed class ProxyAttribute<T> : Attribute where T : class
6464
{
65+
public Type Type { get; }
6566
public bool ProxyBaseClasses { get; }
6667
public ProxyClassAccessibility Accessibility { get; }
6768
public string[]? MembersToIgnore { get; }

0 commit comments

Comments
 (0)