69fa995982
* . * . * pnp * ok * compiles * ? * e * set * .ToArray() * n * ... * ok * pnp * . * . * mapster
9 lines
233 B
C#
9 lines
233 B
C#
using Microsoft.SharePoint.Client;
|
|
|
|
namespace ProxyInterfaceSourceGeneratorTests.Source.PnP
|
|
{
|
|
// [ProxyInterfaceGenerator.Proxy(typeof(SecurableObject))]
|
|
public partial interface ISecurableObject : IClientObject
|
|
{
|
|
}
|
|
} |