Add ProxyInterfaceConsumerViaNuGet project
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System.Collections.Generic;
|
||||
using Microsoft.CodeAnalysis;
|
||||
|
||||
namespace ProxyInterfaceConsumer
|
||||
{
|
||||
@@ -20,6 +19,8 @@ namespace ProxyInterfaceConsumer
|
||||
|
||||
public E E { get; set; }
|
||||
|
||||
public IMyInterface MyInterface { get; set; }
|
||||
|
||||
public int Add(string s)
|
||||
{
|
||||
return 600;
|
||||
@@ -32,12 +33,7 @@ namespace ProxyInterfaceConsumer
|
||||
|
||||
public void Void()
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
public Compilation Compilation { get; set; }
|
||||
|
||||
public INamedTypeSymbol MyNamedTypeSymbol { get; set; }
|
||||
}
|
||||
|
||||
public enum E
|
||||
|
||||
Reference in New Issue
Block a user