ArgumentUtility.CheckCollectionForNullOrEmpty<T>, méthode (ICollection<T>, String)

Espace de noms :  Microsoft.VisualStudio.Services.Common
Assembly :  Microsoft.VisualStudio.Services.Common (dans Microsoft.VisualStudio.Services.Common.dll)

Syntaxe

'Déclaration
Public Shared Sub CheckCollectionForNullOrEmpty(Of T) ( _
    collection As ICollection(Of T), _
    collectionName As String _
)
public static void CheckCollectionForNullOrEmpty<T>(
    ICollection<T> collection,
    string collectionName
)

Paramètres de type

  • T

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

ArgumentUtility Classe

CheckCollectionForNullOrEmpty, surcharge

Microsoft.VisualStudio.Services.Common, espace de noms