Skip to content

Commit 66fd56a

Browse files
authored
Fix ProxyAttribute<T> (#85)
* Fix ProxyAttribute<T> * public Type Type { get; }
1 parent ca7df1d commit 66fd56a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ProxyInterfaceSourceGenerator/FileGenerators/ExtraFilesGenerator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public ProxyAttribute(Type type, bool proxyBaseClasses, ProxyClassAccessibility
5757
[AttributeUsage(AttributeTargets.Interface)]
5858
internal sealed class ProxyAttribute<T> : Attribute where T : class
5959
{{
60+
public Type Type {{ get; }}
6061
public bool ProxyBaseClasses {{ get; }}
6162
public ProxyClassAccessibility Accessibility {{ get; }}
6263
public {stringArray} MembersToIgnore {{ get; }}

0 commit comments

Comments
 (0)