Files
ProxyGenerator/tests/ProxyInterfaceSourceGeneratorTests/Source/PnP/ISecurableObject.cs
T
2024-05-22 10:58:00 +01:00

8 lines
225 B
C#

using Microsoft.SharePoint.Client;
namespace ProxyInterfaceSourceGeneratorTests.Source.PnP
{
// [Speckle.ProxyGenerator.Proxy(typeof(SecurableObject))]
public partial interface ISecurableObject : IClientObject { }
}