Метод PSDBUtility.SetFromEnumerable<T>
Зарезервировано для внутреннего использования.
Пространство имен: Microsoft.Office.Project.Server.Library
Сборка: Microsoft.Office.Project.Server.Library (в Microsoft.Office.Project.Server.Library.dll)
Синтаксис
'Декларация
Public Shared Function SetFromEnumerable(Of T) ( _
enumerable As IEnumerable(Of T) _
) As IDictionary(Of T, Object)
'Применение
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
)
Параметры типов
- T
Параметры
- enumerable
Тип: System.Collections.Generic.IEnumerable<T>
Возвращаемое значение
Тип: System.Collections.Generic.IDictionary<T, Object>
Возвращает IDictionary<TKey, TValue>.