Partager via


ModelCollationComparer.GetHashCode, méthode (IList<String>)

Sert de fonction de hachage pour la liste fournie de type String.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Function GetHashCode ( _
    obj As IList(Of String) _
) As Integer
public int GetHashCode(
    IList<string> obj
)
public:
virtual int GetHashCode(
    IList<String^>^ obj
) sealed
abstract GetHashCode : 
        obj:IList<string> -> int 
override GetHashCode : 
        obj:IList<string> -> int 
public final function GetHashCode(
    obj : IList<String>
) : int

Paramètres

Valeur de retour

Type : System.Int32
Code de hachage Int32 pour le String fourni.

Implémentations

IEqualityComparer<T>.GetHashCode(T)

Sécurité .NET Framework

Voir aussi

Référence

ModelCollationComparer Classe

GetHashCode, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms

GetHashCode