PSDBUtility.SetFromEnumerable<T> método
Reservado para uso interno.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)
Sintaxe
'Declaração
Public Shared Function SetFromEnumerable(Of T) ( _
enumerable As IEnumerable(Of T) _
) As IDictionary(Of T, Object)
'Uso
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
)
Parâmetros de tipo
- T
Parâmetros
- enumerable
Tipo: System.Collections.Generic.IEnumerable<T>
Valor retornado
Tipo: System.Collections.Generic.IDictionary<T, Object>
Retorna IDictionary<TKey, TValue>.