We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04425ff commit 72f7583Copy full SHA for 72f7583
QRCoder/Extensions/BitArrayExtensions.cs
@@ -7,6 +7,7 @@ namespace QRCoder
7
/// </summary>
8
internal static class BitArrayExtensions
9
{
10
+ /// <summary>
11
/// Copies a specified number of elements from one <see cref="BitArray"/> to another starting at the specified offsets.
12
13
/// <param name="source">The source <see cref="BitArray"/> from which elements will be copied.</param>
0 commit comments