You've already forked linux-packaging-mono
Imported Upstream version 4.2.0.179
Former-commit-id: 4610231f55806d2a05ed69e5ff3faa7336cc1479
This commit is contained in:
committed by
Jo Shields
parent
aa7da660d6
commit
c042cd0c52
@@ -293,6 +293,12 @@ namespace System {
|
||||
[ResourceExposure(ResourceScope.None)]
|
||||
[MethodImplAttribute(MethodImplOptions.InternalCall)]
|
||||
public unsafe static extern Boolean NumberBufferToDecimal(byte* number, ref Decimal value);
|
||||
|
||||
[System.Security.SecurityCritical] // auto-generated
|
||||
[ResourceExposure(ResourceScope.None)]
|
||||
[MethodImplAttribute(MethodImplOptions.InternalCall)]
|
||||
internal unsafe static extern Boolean NumberBufferToDouble(byte* number, ref Double value);
|
||||
|
||||
#if !MONO
|
||||
[System.Security.SecurityCritical] // auto-generated
|
||||
[ResourceExposure(ResourceScope.None)]
|
||||
@@ -322,11 +328,6 @@ namespace System {
|
||||
[ResourceExposure(ResourceScope.None)]
|
||||
[MethodImplAttribute(MethodImplOptions.InternalCall)]
|
||||
public static extern String FormatSingle(float value, String format, NumberFormatInfo info);
|
||||
|
||||
[System.Security.SecurityCritical] // auto-generated
|
||||
[ResourceExposure(ResourceScope.None)]
|
||||
[MethodImplAttribute(MethodImplOptions.InternalCall)]
|
||||
internal unsafe static extern Boolean NumberBufferToDouble(byte* number, ref Double value);
|
||||
|
||||
[MethodImplAttribute(MethodImplOptions.InternalCall)]
|
||||
[System.Runtime.CompilerServices.FriendAccessAllowed]
|
||||
@@ -369,11 +370,6 @@ namespace System {
|
||||
return NumberFormatter.NumberToString (format, value, info);
|
||||
}
|
||||
|
||||
internal unsafe static Boolean NumberBufferToDouble(byte* number, ref Double value)
|
||||
{
|
||||
throw new NotImplementedException ();
|
||||
}
|
||||
|
||||
internal static unsafe string FormatNumberBuffer(byte* number, string format, NumberFormatInfo info, char* allDigits)
|
||||
{
|
||||
throw new NotImplementedException ();
|
||||
|
||||
Reference in New Issue
Block a user