DictionaryWrapper<TKey, TValue> Constructor (IDictionary<TKey, TValue>)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    value As IDictionary(Of TKey, TValue) _
)
public DictionaryWrapper(
    IDictionary<TKey, TValue> value
)
public:
DictionaryWrapper(
    IDictionary<TKey, TValue>^ value
)
new : 
        value:IDictionary<'TKey, 'TValue> -> DictionaryWrapper
public function DictionaryWrapper(
    value : IDictionary<TKey, TValue>
)

Parameters

.NET Framework Security

See Also

Reference

DictionaryWrapper<TKey, TValue> Class

DictionaryWrapper<TKey, TValue> Overload

Microsoft.TeamFoundation.Framework.Server Namespace