default options if null (#10)

This commit is contained in:
Adam Hathcock
2024-06-19 11:59:57 +01:00
committed by GitHub
parent c71fc31132
commit 1b93e37894
14 changed files with 26 additions and 24 deletions
@@ -1,6 +1,8 @@
using Speckle.ProxyGenerator;
namespace ProxyInterfaceConsumerForPnP.Interfaces
{
[Speckle.ProxyGenerator.Proxy(typeof(Microsoft.SharePoint.Client.SecurableObject))]
[Speckle.ProxyGenerator.Proxy(typeof(Microsoft.SharePoint.Client.SecurableObject), ImplementationOptions.None)]
public partial interface ISecurableObject : IClientObject
{
// public virtual void X();