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
- enumerable
Type: System.Collections.Generic.IEnumerable<T>
Return Value
Type: System.Collections.Generic.IDictionary<T, Object>
Returns IDictionary<TKey, TValue>.