Files
ProxyGenerator/src-examples/ProxyInterfaceConsumerForPnP/Interfaces/IClientRuntimeContext.cs
T
2024-06-19 11:59:57 +01:00

8 lines
261 B
C#

using Speckle.ProxyGenerator;
namespace ProxyInterfaceConsumerForPnP.Interfaces
{
[Speckle.ProxyGenerator.Proxy(typeof(Microsoft.SharePoint.Client.ClientRuntimeContext), ImplementationOptions.None)]
public partial interface IClientRuntimeContext { }
}