File tree Expand file tree Collapse file tree 16 files changed +31
-53
lines changed Expand file tree Collapse file tree 16 files changed +31
-53
lines changed Original file line number Diff line number Diff line change 15
15
16
16
namespace CommunityToolkit . HighPerformance ;
17
17
18
- /// <summary>
19
- /// Helpers for working with the <see cref="Array"/> type.
20
- /// </summary>
21
- public static partial class ArrayExtensions
18
+ /// <inheritdoc/>
19
+ partial class ArrayExtensions
22
20
{
23
21
/// <summary>
24
22
/// Returns a reference to the first element within a given 2D <typeparamref name="T"/> array, with no bounds checks.
Original file line number Diff line number Diff line change 14
14
15
15
namespace CommunityToolkit . HighPerformance ;
16
16
17
- /// <summary>
18
- /// Helpers for working with the <see cref="Array"/> type.
19
- /// </summary>
20
- public static partial class ArrayExtensions
17
+ /// <inheritdoc/>
18
+ partial class ArrayExtensions
21
19
{
22
20
/// <summary>
23
21
/// Returns a reference to the first element within a given 3D <typeparamref name="T"/> array, with no bounds checks.
Original file line number Diff line number Diff line change 7
7
8
8
namespace CommunityToolkit . HighPerformance . Helpers . Internals ;
9
9
10
- /// <summary>
11
- /// Helpers to process sequences of values by reference.
12
- /// </summary>
13
- internal static partial class SpanHelper
10
+ /// <inheritdoc/>
11
+ partial class SpanHelper
14
12
{
15
13
/// <summary>
16
14
/// Calculates the djb2 hash for the target sequence of items of a given type.
Original file line number Diff line number Diff line change 9
9
10
10
namespace CommunityToolkit . HighPerformance . Helpers ;
11
11
12
- /// <summary>
13
- /// Helpers to work with parallel code in a highly optimized manner.
14
- /// </summary>
15
- public static partial class ParallelHelper
12
+ /// <inheritdoc/>
13
+ partial class ParallelHelper
16
14
{
17
15
#if NETSTANDARD2_1_OR_GREATER
18
16
/// <summary>
Original file line number Diff line number Diff line change 9
9
10
10
namespace CommunityToolkit . HighPerformance . Helpers ;
11
11
12
- /// <summary>
13
- /// Helpers to work with parallel code in a highly optimized manner.
14
- /// </summary>
15
- public static partial class ParallelHelper
12
+ /// <inheritdoc/>
13
+ partial class ParallelHelper
16
14
{
17
15
/// <summary>
18
16
/// Executes a specified action in an optimized parallel loop over the input data.
Original file line number Diff line number Diff line change 8
8
9
9
namespace CommunityToolkit . HighPerformance . Helpers ;
10
10
11
- /// <summary>
12
- /// Helpers to work with parallel code in a highly optimized manner.
13
- /// </summary>
14
- public static partial class ParallelHelper
11
+ /// <inheritdoc/>
12
+ partial class ParallelHelper
15
13
{
16
14
/// <summary>
17
15
/// Executes a specified action in an optimized parallel loop over the input data.
Original file line number Diff line number Diff line change 9
9
10
10
namespace CommunityToolkit . HighPerformance . Helpers ;
11
11
12
- /// <summary>
13
- /// Helpers to work with parallel code in a highly optimized manner.
14
- /// </summary>
15
- public static partial class ParallelHelper
12
+ /// <inheritdoc/>
13
+ partial class ParallelHelper
16
14
{
17
15
/// <summary>
18
16
/// Executes a specified action in an optimized parallel loop over the input data.
Original file line number Diff line number Diff line change 8
8
9
9
namespace CommunityToolkit . HighPerformance . Helpers ;
10
10
11
- /// <summary>
12
- /// Helpers to work with parallel code in a highly optimized manner.
13
- /// </summary>
14
- public static partial class ParallelHelper
11
+ /// <inheritdoc/>
12
+ partial class ParallelHelper
15
13
{
16
14
/// <summary>
17
15
/// Executes a specified action in an optimized parallel loop over the input data.
Original file line number Diff line number Diff line change 6
6
7
7
namespace CommunityToolkit . HighPerformance . Helpers ;
8
8
9
- /// <summary>
10
- /// Helpers to work with parallel code in a highly optimized manner.
11
- /// </summary>
12
- public static partial class ParallelHelper
9
+ /// <inheritdoc/>
10
+ partial class ParallelHelper
13
11
{
14
12
/// <summary>
15
13
/// Throws an <see cref="ArgumentOutOfRangeException"/> when an invalid parameter is specified for the minimum actions per thread.
Original file line number Diff line number Diff line change 14
14
15
15
namespace CommunityToolkit . HighPerformance ;
16
16
17
- /// <inheritdoc cref="ReadOnlySpan2D{T}" />
18
- public readonly ref partial struct ReadOnlySpan2D < T >
17
+ /// <inheritdoc/>
18
+ partial struct ReadOnlySpan2D < T >
19
19
{
20
20
/// <summary>
21
21
/// Gets an enumerable that traverses items in a specified row.
You can’t perform that action at this time.
0 commit comments