8 lines
226 B
C#
8 lines
226 B
C#
using Microsoft.SharePoint.Client;
|
|
|
|
namespace ProxyInterfaceSourceGeneratorTests.Source.PnP
|
|
{
|
|
// [ProxyInterfaceGenerator.Proxy(typeof(SecurableObject))]
|
|
public partial interface ISecurableObject : IClientObject { }
|
|
}
|