PSDBUtility.SetFromEnumerable<T> - Méthode
Réservé à une utilisation interne.
Espace de noms : Microsoft.Office.Project.Server.Library
Assembly : Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)
Syntaxe
'Déclaration
Public Shared Function SetFromEnumerable(Of T) ( _
enumerable As IEnumerable(Of T) _
) As IDictionary(Of T, Object)
'Utilisation
Dim enumerable As IEnumerable(Of T)
Dim returnValue As IDictionary(Of T, Object)
returnValue = PSDBUtility.SetFromEnumerable(enumerable)
public static IDictionary<T, Object> SetFromEnumerable<T>(
IEnumerable<T> enumerable
)
Paramètres de type
- T
Paramètres
- enumerable
Type : System.Collections.Generic.IEnumerable<T>
Valeur renvoyée
Type : System.Collections.Generic.IDictionary<T, Object>
Cette propriété renvoie IDictionary<TKey, TValue>.