Added DebuggerNonUserCode attribute to Seek()

This commit is contained in:
Michael Becker 2014-04-20 16:36:02 -04:00
parent 137ff8707c
commit 7c3b643a75

View File

@ -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;