Propriété ReadOnlyList<T>.Count

Gets the number of elements contained in the list.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Count As Integer 
    Get
'Utilisation
Dim instance As ReadOnlyList 
Dim value As Integer 

value = instance.Count
public int Count { get; }
public:
virtual property int Count {
    int get () sealed;
}
abstract Count : int 
override Count : int
final function get Count () : int

Valeur de propriété

Type : System.Int32
The number of elements contained in the list.

Implémente

IReadOnlyCollection.Count

Voir aussi

Référence

ReadOnlyList<T> Structure

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc