Skip to content

Commit c343c79

Browse files
committed
Removed incorrect attribute
1 parent 94ce3e2 commit c343c79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Microsoft.Toolkit.HighPerformance/Buffers/MemoryOwner{T}.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ public ArraySegment<T> DangerousGetArray()
247247
/// size and copy the previous items into the new one, or needing an additional variable/field
248248
/// to manually handle to track the used range within a given <see cref="MemoryOwner{T}"/> instance.
249249
/// </remarks>
250-
[Pure]
251250
public MemoryOwner<T> Slice(int start, int length)
252251
{
253252
T[]? array = this.array;

0 commit comments

Comments
 (0)