AdvisableDictionary<TKey, TValue>.ValueCollection.Count Property |
Gets the number of elements contained in the ICollection<T>.
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public int Count { get; }
Return Value
Type: Int32The number of elements contained in the ICollection<T>.
Implements
ICollection<T>.CountICollection.Count