Added DebuggerNonUserCode attribute to Seek()
This commit is contained in:
parent
137ff8707c
commit
7c3b643a75
@ -1,4 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using UniversalEditor.IO;
|
||||
@ -35,6 +36,7 @@ namespace UniversalEditor.Accessors
|
||||
_data = data;
|
||||
}
|
||||
|
||||
[DebuggerNonUserCode()]
|
||||
public override void Seek(long length, SeekOrigin position)
|
||||
{
|
||||
long start = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user