CollectionBase<T>.ICollection<T>.Count Property

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common.v4.0.Utilities (in Microsoft.Office.Tools.Common.v4.0.Utilities.dll)

Syntax

'Declaration
Private ReadOnly Property Count As Integer
    Implements ICollection(Of T).Count
    Get
'Usage
Dim instance As CollectionBase
Dim value As Integer

value = CType(instance, ICollection(Of T)).Count
int ICollection<T>.Count { get; }

Property Value

Type: System.Int32

Implements

ICollection<T>.Count

.NET Framework Security

See Also

Reference

CollectionBase<T> Class

CollectionBase<T> Members

Microsoft.Office.Tools Namespace