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
- obj
Type : System.Collections.Generic.IList<String>
Objet IList<T> de type String.
Valeur de retour
Type : System.Int32
Code de hachage Int32 pour le String fourni.
Implémentations
IEqualityComparer<T>.GetHashCode(T)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.