Generate structs for structs and fix struct out parameter if known (#8)
* Generate structs for structs and fix struct out parameter if known * fmt
This commit is contained in:
@@ -2,7 +2,12 @@ using Speckle.ProxyGenerator;
|
||||
|
||||
namespace ProxyInterfaceConsumer
|
||||
{
|
||||
[Proxy(typeof(Address), ImplementationOptions.ProxyBaseClasses, ProxyClassAccessibility.Public, new[] { "Weird" })]
|
||||
[Proxy(
|
||||
typeof(Address),
|
||||
ImplementationOptions.ProxyBaseClasses,
|
||||
ProxyClassAccessibility.Public,
|
||||
new[] { "Weird" }
|
||||
)]
|
||||
public partial interface IAddress
|
||||
{
|
||||
public void Weird()
|
||||
|
||||
Reference in New Issue
Block a user