Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/net_4_x/mscorlib.cs')
-rw-r--r--profiles/net_4_x/mscorlib.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs
index 40f58b8..b72d869 100644
--- a/profiles/net_4_x/mscorlib.cs
+++ b/profiles/net_4_x/mscorlib.cs
@@ -5603,21 +5603,6 @@ namespace System
}
namespace System.Buffers
{
- public partial interface IRetainable
- {
- bool Release();
- void Retain();
- }
- [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
- public partial struct MemoryHandle : System.IDisposable
- {
- [System.CLSCompliantAttribute(false)]
- public unsafe MemoryHandle(System.Buffers.IRetainable retainable, void* pointer=null, System.Runtime.InteropServices.GCHandle handle=default(System.Runtime.InteropServices.GCHandle)) { throw null;}
- public bool HasPointer { get { throw null; } }
- [System.CLSCompliantAttribute(false)]
- public unsafe void* Pointer { get { throw null; } }
- public void Dispose() { }
- }
public enum OperationStatus
{
DestinationTooSmall = 1,