AdvisableCollection<T>.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: 6.8.6.0 (6.8.6.0)

C#
public int Count { get; }
Return Value
Type: Int32The number of elements contained in the ICollection<T>.
Implements
ICollection<T>.CountICollection.Count
IReadOnlyCollection<T>.Count
