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 8c17b0a commit 603e9d8Copy full SHA for 603e9d8
Microsoft.Toolkit.Mvvm/Messaging/WeakRefMessenger.cs
@@ -420,15 +420,6 @@ public ReadOnlySpan<T> Span
420
get => this.array.AsSpan(0, this.index);
421
}
422
423
- /// <summary>
424
- /// Gets the current number of items.
425
- /// </summary>
426
- public int Count
427
- {
428
- [MethodImpl(MethodImplOptions.AggressiveInlining)]
429
- get => this.index;
430
- }
431
-
432
/// <summary>
433
/// Adds a new item to the current collection.
434
/// </summary>
0 commit comments