File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Microsoft.Toolkit.HighPerformance/Enumerables Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 3
3
// See the LICENSE file in the project root for more information.
4
4
5
5
using System ;
6
- using System . ComponentModel ;
7
6
using System . Diagnostics . Contracts ;
8
7
using System . Runtime . CompilerServices ;
9
8
#if SPAN_RUNTIME_SUPPORT
@@ -21,7 +20,6 @@ namespace Microsoft.Toolkit.HighPerformance.Enumerables
21
20
/// A <see langword="ref"/> <see langword="struct"/> that iterates readonly items from arbitrary memory locations.
22
21
/// </summary>
23
22
/// <typeparam name="T">The type of items to enumerate.</typeparam>
24
- [ EditorBrowsable ( EditorBrowsableState . Never ) ]
25
23
public ref struct ReadOnlyRefEnumerable < T >
26
24
{
27
25
#if SPAN_RUNTIME_SUPPORT
Original file line number Diff line number Diff line change 3
3
// See the LICENSE file in the project root for more information.
4
4
5
5
using System ;
6
- using System . ComponentModel ;
7
6
using System . Diagnostics . Contracts ;
8
7
using System . Runtime . CompilerServices ;
9
8
#if SPAN_RUNTIME_SUPPORT
@@ -21,7 +20,6 @@ namespace Microsoft.Toolkit.HighPerformance.Enumerables
21
20
/// A <see langword="ref"/> <see langword="struct"/> that iterates items from arbitrary memory locations.
22
21
/// </summary>
23
22
/// <typeparam name="T">The type of items to enumerate.</typeparam>
24
- [ EditorBrowsable ( EditorBrowsableState . Never ) ]
25
23
public ref struct RefEnumerable < T >
26
24
{
27
25
#if SPAN_RUNTIME_SUPPORT
You can’t perform that action at this time.
0 commit comments