Compartir a través de


del método PSDBUtility.SetFromEnumerable<T>

Reservado para uso interno.

Espacio de nombres:  Microsoft.Office.Project.Server.Library
Ensamblado:  Microsoft.Office.Project.Server.Library (en Microsoft.Office.Project.Server.Library.dll)

Sintaxis

'Declaración
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

Valor devuelto

Tipo: System.Collections.Generic.IDictionary<T, Object>
Devuelve IDictionary<TKey, TValue>.

Vea también

Referencia

clase PSDBUtility

Miembros PSDBUtility

Espacio de nombres Microsoft.Office.Project.Server.Library