Skip to content

Commit 603e9d8

Browse files
committed
Removed unnecessary property
1 parent 8c17b0a commit 603e9d8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Microsoft.Toolkit.Mvvm/Messaging/WeakRefMessenger.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -420,15 +420,6 @@ public ReadOnlySpan<T> Span
420420
get => this.array.AsSpan(0, this.index);
421421
}
422422

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-
432423
/// <summary>
433424
/// Adds a new item to the current collection.
434425
/// </summary>

0 commit comments

Comments
 (0)