You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.69
Former-commit-id: fc39669a0b707dd3c063977486506b6793da2890
This commit is contained in:
parent
d8f8abd549
commit
e2950ec768
@@ -1 +1 @@
|
||||
16c694a0175ec7eb00563855963fdf1d5a0b987c
|
||||
b803f86ef29cfff6559c08f5186f8bdf441b8d4b
|
@@ -3,6 +3,7 @@
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("2.0.5.0")]
|
||||
[assembly:System.CLSCompliantAttribute(true)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
|
||||
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
|
||||
@@ -39,6 +40,8 @@ namespace System.IO.Compression
|
||||
internal ZipArchiveEntry() { }
|
||||
public System.IO.Compression.ZipArchive Archive { get { throw null; } }
|
||||
public long CompressedLength { get { throw null; } }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public uint Crc32 { get { throw null; } }
|
||||
public int ExternalAttributes { get { throw null; } set { } }
|
||||
public string FullName { get { throw null; } }
|
||||
public System.DateTimeOffset LastWriteTime { get { throw null; } set { } }
|
||||
|
@@ -22,6 +22,7 @@
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
namespace System.Numerics
|
||||
{
|
||||
[System.Runtime.CompilerServices.IsReadOnlyAttribute]
|
||||
[System.SerializableAttribute]
|
||||
[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
|
||||
@@ -32,7 +33,7 @@ namespace System.Numerics
|
||||
public BigInteger(double value) { throw null;}
|
||||
public BigInteger(int value) { throw null;}
|
||||
public BigInteger(long value) { throw null;}
|
||||
public BigInteger(System.ReadOnlySpan<byte> value) { throw null;}
|
||||
public BigInteger(System.ReadOnlySpan<byte> value, bool isUnsigned=false, bool isBigEndian=false) { throw null;}
|
||||
public BigInteger(float value) { throw null;}
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public BigInteger(uint value) { throw null;}
|
||||
@@ -61,7 +62,7 @@ namespace System.Numerics
|
||||
public override bool Equals(object obj) { throw null; }
|
||||
[System.CLSCompliantAttribute(false)]
|
||||
public bool Equals(ulong other) { throw null; }
|
||||
public int GetByteCount() { throw null; }
|
||||
public int GetByteCount(bool isUnsigned=false) { throw null; }
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static System.Numerics.BigInteger GreatestCommonDivisor(System.Numerics.BigInteger left, System.Numerics.BigInteger right) { throw null; }
|
||||
public static double Log(System.Numerics.BigInteger value) { throw null; }
|
||||
@@ -168,14 +169,17 @@ namespace System.Numerics
|
||||
public static System.Numerics.BigInteger Remainder(System.Numerics.BigInteger dividend, System.Numerics.BigInteger divisor) { throw null; }
|
||||
public static System.Numerics.BigInteger Subtract(System.Numerics.BigInteger left, System.Numerics.BigInteger right) { throw null; }
|
||||
public byte[] ToByteArray() { throw null; }
|
||||
public byte[] ToByteArray(bool isUnsigned=false, bool isBigEndian=false) { throw null; }
|
||||
public override string ToString() { throw null; }
|
||||
public string ToString(System.IFormatProvider provider) { throw null; }
|
||||
public string ToString(string format) { throw null; }
|
||||
public string ToString(string format, System.IFormatProvider provider) { throw null; }
|
||||
public static bool TryParse(System.ReadOnlySpan<char> value, out System.Numerics.BigInteger result, System.Globalization.NumberStyles style=(System.Globalization.NumberStyles)(7), System.IFormatProvider provider=null) { result = default(System.Numerics.BigInteger); throw null; }
|
||||
public bool TryFormat(System.Span<char> destination, out int charsWritten, System.ReadOnlySpan<char> format=default(System.ReadOnlySpan<char>), System.IFormatProvider provider=null) { charsWritten = default(int); throw null; }
|
||||
public static bool TryParse(System.ReadOnlySpan<char> value, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.Numerics.BigInteger result) { result = default(System.Numerics.BigInteger); throw null; }
|
||||
public static bool TryParse(System.ReadOnlySpan<char> value, out System.Numerics.BigInteger result) { result = default(System.Numerics.BigInteger); throw null; }
|
||||
public static bool TryParse(string value, System.Globalization.NumberStyles style, System.IFormatProvider provider, out System.Numerics.BigInteger result) { result = default(System.Numerics.BigInteger); throw null; }
|
||||
public static bool TryParse(string value, out System.Numerics.BigInteger result) { result = default(System.Numerics.BigInteger); throw null; }
|
||||
public bool TryWriteBytes(System.Span<byte> destination, out int bytesWritten) { bytesWritten = default(int); throw null; }
|
||||
public bool TryWriteBytes(System.Span<byte> destination, out int bytesWritten, bool isUnsigned=false, bool isBigEndian=false) { bytesWritten = default(int); throw null; }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
|
@@ -1 +1 @@
|
||||
4752cd1a3db92b01de458920358a6c4513933104
|
||||
0aabd5e9b1f4b5f354b3f274cad6983bfa8434e8
|
@@ -1 +1 @@
|
||||
4106d7c02b3c5d2831e4f06e674c5197fba1d6d4
|
||||
caea80eb9a8aeae8d816300ba49e3e58a189a287
|
Reference in New Issue
Block a user