ExpandoObject.ICollection<(Of <(KeyValuePair<(Of <(String, Object>)>)>)>).Count Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the number of elements in the ICollection<(Of <(T>)>).

Namespace:  System.Dynamic
Assembly:  System.Core (in System.Core.dll)

Syntax

Private ReadOnly Property Count As Integer
    Implements ICollection(Of KeyValuePair(Of String, Object)).Count
int ICollection<KeyValuePair<string, Object>>.Count { get; }

Property Value

Type: System..::.Int32
The number of elements in the ICollection<(Of <(T>)>).

Implements

ICollection<(Of <(T>)>)..::.Count

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

ExpandoObject Class

System.Dynamic Namespace