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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Memory/ref/System.Memory.cs')
-rw-r--r--src/System.Memory/ref/System.Memory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Memory/ref/System.Memory.cs b/src/System.Memory/ref/System.Memory.cs
index 529d181270..1ad8edb84a 100644
--- a/src/System.Memory/ref/System.Memory.cs
+++ b/src/System.Memory/ref/System.Memory.cs
@@ -226,7 +226,7 @@ namespace System.Buffers
public abstract System.Span<T> Span { get; }
public void Dispose() { }
protected abstract void Dispose(bool disposing);
- public abstract System.Buffers.MemoryHandle Pin(int offset=0);
+ public abstract System.Buffers.MemoryHandle Pin(int byteOffset=0);
public abstract bool Release();
public abstract void Retain();
protected internal abstract bool TryGetArray(out System.ArraySegment<T> arraySegment);