AdvisableDictionary<TKey, TValue>.Count Property |
Gets the number of elements contained in the ICollection.
Namespace: PostSharp.Patterns.CollectionsAssembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 4.3.48.0 (4.3.48.0)

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