Skip to content

Commit 51ec89f

Browse files
committed
docs..
1 parent c643ab3 commit 51ec89f

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using System;
2+
3+
namespace SpanExtensions
4+
{
5+
/// <summary>
6+
/// Extension Methods for <see cref="ReadOnlySpan{T}"/>.
7+
/// </summary>
8+
public static partial class ReadOnlySpanExtensions
9+
{
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using System;
2+
3+
namespace SpanExtensions
4+
{
5+
/// <summary>
6+
/// Extension Methods for <see cref="Span{T}"/>.
7+
/// </summary>
8+
public static partial class SpanExtensions
9+
{
10+
}
11+
}

0 commit comments

Comments
 (0)