Files
ProxyGenerator/src-examples/ProxyInterfaceConsumerForPnP/Interfaces/IListCollection.cs
T
2024-05-22 10:58:00 +01:00

11 lines
307 B
C#

//using System.Collections;
//using System.Linq;
//namespace ProxyInterfaceConsumerForPnP.Interfaces
//{
// [Speckle.ProxyGenerator.Proxy(typeof(Microsoft.SharePoint.Client.ListCollection))]
// public partial interface IProxyListCollection: IClientObject, IEnumerable, IQueryable
// {
// }
//}