Files
ProxyGenerator/tests/ProxyInterfaceSourceGeneratorTests/Source/IMixedVisibility.cs
T
Stef Heyenrath d340c6af7c Only generate setters and getters for public properties (#47)
* Only generate setters and getters for public properties

* .
2022-12-13 19:18:30 +01:00

5 lines
99 B
C#

namespace ProxyInterfaceSourceGeneratorTests.Source;
public partial interface IMixedVisibility
{
}