You've already forked linux-packaging-mono
Imported Upstream version 5.20.0.180
Former-commit-id: ff953ca879339fe1e1211f7220f563e1342e66cb
This commit is contained in:
parent
0e2d47d1c8
commit
0510252385
@@ -27,6 +27,8 @@ namespace Microsoft.Build.Framework
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct BuildEngineResult
|
||||
{
|
||||
private object _dummy;
|
||||
private int _dummyPrimitive;
|
||||
public BuildEngineResult(bool result, System.Collections.Generic.List<System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.ITaskItem[]>> targetOutputsPerProject) { throw null;}
|
||||
public bool Result { get { throw null; } }
|
||||
public System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, Microsoft.Build.Framework.ITaskItem[]>> TargetOutputsPerProject { get { throw null; } }
|
||||
|
||||
@@ -1 +1 @@
|
||||
76a62a09b763430d423d698a2d3fa27cac10acb0
|
||||
9e883964e19ff34d271f1448a829869f9100f8d3
|
||||
@@ -1 +1 @@
|
||||
573cc4d17bde773be4891cb1324773bd938ade6d
|
||||
6f33b4e835976888e70de3373052fd283ee27f37
|
||||
@@ -656,6 +656,8 @@ namespace System.ComponentModel.Composition.ReflectionModel
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct LazyMemberInfo
|
||||
{
|
||||
private object _dummy;
|
||||
private int _dummyPrimitive;
|
||||
public LazyMemberInfo(System.Reflection.MemberInfo member) { throw null;}
|
||||
public LazyMemberInfo(System.Reflection.MemberTypes memberType, System.Func<System.Reflection.MemberInfo[]> accessorsCreator) { throw null;}
|
||||
public LazyMemberInfo(System.Reflection.MemberTypes memberType, params System.Reflection.MemberInfo[] accessors) { throw null;}
|
||||
|
||||
@@ -1 +1 @@
|
||||
02484706e755a4b6cd73ff521071c6d631636d60
|
||||
c529a8f763ddd2e6e80e6104c41975182b7f7d62
|
||||
@@ -1 +1 @@
|
||||
7e8ae7363ba439b0378939b0fc19711c78545c75
|
||||
a00dec6d9ef041387129ec6e1a9f632e1a0a5232
|
||||
@@ -263,6 +263,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;}
|
||||
@@ -355,6 +357,9 @@ namespace System.Data.Linq
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
|
||||
public partial struct Link<T>
|
||||
{
|
||||
private T underlyingValue;
|
||||
private object _dummy;
|
||||
private int _dummyPrimitive;
|
||||
[System.MonoTODOAttribute]
|
||||
public Link(System.Collections.Generic.IEnumerable<T> source) { throw null;}
|
||||
[System.MonoTODOAttribute]
|
||||
@@ -391,6 +396,7 @@ namespace System.Data.Linq
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
|
||||
public partial struct ModifiedMemberInfo
|
||||
{
|
||||
private object _dummy;
|
||||
[System.MonoTODOAttribute]
|
||||
public object CurrentValue { get { throw null; } }
|
||||
[System.MonoTODOAttribute]
|
||||
|
||||
@@ -99,6 +99,7 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct OracleBinary : System.Data.SqlTypes.INullable, System.IComparable
|
||||
{
|
||||
private object _dummy;
|
||||
public static readonly System.Data.OracleClient.OracleBinary Null;
|
||||
public OracleBinary(byte[] b) { throw null;}
|
||||
public bool IsNull { get { throw null; } }
|
||||
@@ -137,6 +138,7 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct OracleBoolean : System.IComparable
|
||||
{
|
||||
private int _dummyPrimitive;
|
||||
public static readonly System.Data.OracleClient.OracleBoolean False;
|
||||
public static readonly System.Data.OracleClient.OracleBoolean Null;
|
||||
public static readonly System.Data.OracleClient.OracleBoolean One;
|
||||
@@ -479,6 +481,7 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct OracleDateTime : System.Data.SqlTypes.INullable, System.IComparable
|
||||
{
|
||||
private object _dummy;
|
||||
public static readonly System.Data.OracleClient.OracleDateTime MaxValue;
|
||||
public static readonly System.Data.OracleClient.OracleDateTime MinValue;
|
||||
public static readonly System.Data.OracleClient.OracleDateTime Null;
|
||||
@@ -583,6 +586,7 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct OracleMonthSpan : System.Data.SqlTypes.INullable, System.IComparable
|
||||
{
|
||||
private int _dummyPrimitive;
|
||||
public static readonly System.Data.OracleClient.OracleMonthSpan MaxValue;
|
||||
public static readonly System.Data.OracleClient.OracleMonthSpan MinValue;
|
||||
public static readonly System.Data.OracleClient.OracleMonthSpan Null;
|
||||
@@ -615,6 +619,7 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct OracleNumber : System.Data.SqlTypes.INullable, System.IComparable
|
||||
{
|
||||
private object _dummy;
|
||||
public static readonly System.Data.OracleClient.OracleNumber E;
|
||||
public static readonly int MaxPrecision;
|
||||
public static readonly int MaxScale;
|
||||
@@ -833,6 +838,7 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct OracleString : System.Data.SqlTypes.INullable, System.IComparable
|
||||
{
|
||||
private object _dummy;
|
||||
public static readonly System.Data.OracleClient.OracleString Empty;
|
||||
public static readonly System.Data.OracleClient.OracleString Null;
|
||||
public OracleString(string s) { throw null;}
|
||||
@@ -866,6 +872,7 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct OracleTimeSpan : System.Data.SqlTypes.INullable, System.IComparable
|
||||
{
|
||||
private object _dummy;
|
||||
public static readonly System.Data.OracleClient.OracleTimeSpan MaxValue;
|
||||
public static readonly System.Data.OracleClient.OracleTimeSpan MinValue;
|
||||
public static readonly System.Data.OracleClient.OracleTimeSpan Null;
|
||||
|
||||
@@ -1 +1 @@
|
||||
81b6be18aaf8c5b481d0b4c844f6fc4155da8d6a
|
||||
c78fdc059a703a95224c67ed2810a82a07a73efc
|
||||
@@ -1 +1 @@
|
||||
b40cca8224f6a6f1c859867f3fa162bb84475df7
|
||||
15ede396c7334465b391aa1593c2c72d0f0797f5
|
||||
@@ -27,6 +27,8 @@ namespace System.Numerics
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct BigInteger : System.IComparable, System.IComparable<System.Numerics.BigInteger>, System.IEquatable<System.Numerics.BigInteger>, System.IFormattable
|
||||
{
|
||||
private object _dummy;
|
||||
private int _dummyPrimitive;
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public BigInteger(byte[] value) { throw null;}
|
||||
public BigInteger(decimal value) { throw null;}
|
||||
@@ -177,6 +179,7 @@ namespace System.Numerics
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct Complex : System.IEquatable<System.Numerics.Complex>, System.IFormattable
|
||||
{
|
||||
private int _dummyPrimitive;
|
||||
public static readonly System.Numerics.Complex ImaginaryOne;
|
||||
public static readonly System.Numerics.Complex One;
|
||||
public static readonly System.Numerics.Complex Zero;
|
||||
|
||||
@@ -920,6 +920,7 @@ namespace System.Security.Cryptography.Xml
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct X509IssuerSerial
|
||||
{
|
||||
private object _dummy;
|
||||
public string IssuerName { get { throw null; } set { } }
|
||||
public string SerialNumber { get { throw null; } set { } }
|
||||
}
|
||||
|
||||
@@ -325,6 +325,7 @@ namespace System.ServiceProcess
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct SessionChangeDescription
|
||||
{
|
||||
private int _dummyPrimitive;
|
||||
public System.ServiceProcess.SessionChangeReason Reason { get { throw null; } }
|
||||
public int SessionId { get { throw null; } }
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
|
||||
@@ -304,6 +304,7 @@ namespace System.Transactions
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct TransactionOptions
|
||||
{
|
||||
private int _dummyPrimitive;
|
||||
public System.Transactions.IsolationLevel IsolationLevel { get { throw null; } set { } }
|
||||
public System.TimeSpan Timeout { get { throw null; } set { } }
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
|
||||
@@ -1 +1 @@
|
||||
fdcdb3bac070fa338caea3ed9f2c8960f230ed48
|
||||
38b69693b562d82c1b30594e75ade9817f3ed498
|
||||
@@ -1 +1 @@
|
||||
00505c693532bf18d8a76ede342c90f6121c33de
|
||||
40e073a43d8eaf5db2e9cd3fcff19a782aba36b5
|
||||
@@ -1 +1 @@
|
||||
5107cfbcfa0eb5e078ee6bf478f0a64e7eacd9a6
|
||||
8df0ad5e599801c7c73c65efca00abbf4213e9a1
|
||||
@@ -1 +1 @@
|
||||
05a9af63f2ced4bd1e8c75f5a180e217426e53ba
|
||||
2a7546d3153ad8b97c13643e8858b609f7dec7fe
|
||||
@@ -1 +1 @@
|
||||
a7bcea8673e6ca324056dde19e1a7e12f566868c
|
||||
f4d24ee332f56938161d38fd8e41a123daa91aac
|
||||
@@ -1 +1 @@
|
||||
439b0f54411ec562e9dccf42a514dcef454985c9
|
||||
1b9826edab4fd9a6494a09e3ff591e7207b1e0a3
|
||||
Reference in New Issue
Block a user