b995ac3912
* pnp * . * . * okee * ns * . * o * . * , * x * t * co * . * r * CastTo
10 lines
227 B
C#
10 lines
227 B
C#
using Microsoft.SharePoint.Client;
|
|
|
|
namespace ProxyInterfaceConsumer.PnP
|
|
{
|
|
[ProxyInterfaceGenerator.Proxy(typeof(ClientContext))]
|
|
public partial interface IClientContext
|
|
{
|
|
// public virtual void X();
|
|
}
|
|
} |