ProxyBaseClasses (#27)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Microsoft.CodeAnalysis;
|
||||
|
||||
namespace ProxyInterfaceSourceGenerator.Model;
|
||||
|
||||
internal record ClassSymbol(INamedTypeSymbol Symbol, List<INamedTypeSymbol> BaseTypes)
|
||||
{
|
||||
public override string ToString()
|
||||
{
|
||||
return Symbol.ToString();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user