69fa995982
* . * . * pnp * ok * compiles * ? * e * set * .ToArray() * n * ... * ok * pnp * . * . * mapster
8 lines
239 B
C#
8 lines
239 B
C#
namespace ProxyInterfaceConsumer.PnP
|
|
{
|
|
[ProxyInterfaceGenerator.Proxy(typeof(Microsoft.SharePoint.Client.SecurableObject))]
|
|
public partial interface ISecurableObject : IClientObject
|
|
{
|
|
// public virtual void X();
|
|
}
|
|
} |