Span<T> managed implementation
authorJan Kotas <jkotas@microsoft.com>
Thu, 16 Jun 2016 16:28:37 +0000 (09:28 -0700)
committerJan Kotas <jkotas@microsoft.com>
Mon, 31 Oct 2016 00:27:20 +0000 (17:27 -0700)
commitccef6560c13cfbca21561f2bef54970a35a6440b
tree9e997f87e991333b8107feffc6b8978df4ed86b5
parent963d837e243f0304629f1fb0214b60063c5fbe18
Span<T> managed implementation

Commit migrated from https://github.com/dotnet/coreclr/commit/d5d5f8c8a7b5626c9b61c0549f130f0551b509dc
src/coreclr/src/mscorlib/model.xml
src/coreclr/src/mscorlib/mscorlib.shared.sources.props
src/coreclr/src/mscorlib/src/System/ReadOnlySpan.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/jithelpers.cs
src/coreclr/src/mscorlib/src/System/Span.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/ThrowHelper.cs