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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.