Imported Upstream version 5.20.0.180

Former-commit-id: ff953ca879339fe1e1211f7220f563e1342e66cb
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-02-04 20:11:37 +00:00
parent 0e2d47d1c8
commit 0510252385
3360 changed files with 83827 additions and 39243 deletions

View File

@@ -173,6 +173,8 @@ namespace System.Data.Linq
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct EntityRef<TEntity> where TEntity : class
{
private TEntity entity;
private object _dummy;
public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null;}
public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null;}
public EntityRef(TEntity entity) { throw null;}
@@ -265,6 +267,9 @@ namespace System.Data.Linq
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct Link<T>
{
private T underlyingValue;
private object _dummy;
private int _dummyPrimitive;
public Link(System.Collections.Generic.IEnumerable<T> source) { throw null;}
public Link(System.Data.Linq.Link<T> link) { throw null;}
public Link(T value) { throw null;}
@@ -287,6 +292,7 @@ namespace System.Data.Linq
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct ModifiedMemberInfo
{
private object _dummy;
public object CurrentValue { get { throw null; } }
public System.Reflection.MemberInfo Member { get { throw null; } }
public object OriginalValue { get { throw null; } }