ViewDataDictionary.Count Property
Gets the number of elements in the collection.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public ReadOnly Property Count As Integer Get 'Usage Dim instance As ViewDataDictionary Dim value As Integer value = instance.Count
Implements
ICollection(Of T).Count
Show: