Share via


PSDBUtility.SetFromEnumerable<T> method

Reserved for internal use.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Shared Function SetFromEnumerable(Of T) ( _
    enumerable As IEnumerable(Of T) _
) As IDictionary(Of T, Object)
'Usage
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
)

Type parameters

  • T

Parameters

Return value

Type: System.Collections.Generic.IDictionary<T, Object>
Returns IDictionary<TKey, TValue>.

See also

Reference

PSDBUtility class

PSDBUtility members

Microsoft.Office.Project.Server.Library namespace