25 lines
930 B
C#
25 lines
930 B
C#
namespace ProxyInterfaceSourceGeneratorTests.Source.PnP
|
|
{
|
|
public partial interface IClientRuntimeContext { }
|
|
}
|
|
|
|
namespace ProxyInterfaceSourceGeneratorTests.Source.PnP
|
|
{
|
|
public partial class ClientRuntimeContextProxy
|
|
{
|
|
//public T CastTo2<T>(ProxyInterfaceSourceGeneratorTests.Source.PnP.IClientObject obj)
|
|
// where T : ProxyInterfaceSourceGeneratorTests.Source.PnP.IClientObject
|
|
// //where TOriginal : Microsoft.SharePoint.Client.ClientObject
|
|
//{
|
|
// Microsoft.SharePoint.Client.ClientObject obj_ = _mapper.Map<Microsoft.SharePoint.Client.ClientObject>(obj);
|
|
// var result_366781530 = _Instance.CastTo<Microsoft.SharePoint.Client.ClientObject>(obj_);
|
|
// return _mapper.Map<T>(result_366781530);
|
|
//}
|
|
|
|
//public void X()
|
|
//{
|
|
// var x = CastTo2<ClientObjectProxy>(new ClientObjectProxy(default));
|
|
//}
|
|
}
|
|
}
|