Share via


ListDictionary<TKey, TValue>.Count Property

Gets the number of lists in the dictionary.

Namespace:  Microsoft.Practices.Prism
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public int Count { get; }
'Declaration
Public ReadOnly Property Count As Integer
    Get

Field Value

Value indicating the values count.

Implements

ICollection<T>.Count

See Also

ListDictionary<TKey, TValue> Class

Microsoft.Practices.Prism Namespace