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
- value
Type: System.Collections.Generic.IDictionary<TKey, TValue>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DictionaryWrapper<TKey, TValue> Class