AdvisableDictionary<TKey, TValue> Constructor (IDictionary<TKey, TValue>) |
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.9.11.0 (6.9.11.0)
public AdvisableDictionary( IDictionary<TKey, TValue> dictionary )
Parameters
- dictionary
- Type: System.Collections.Generic.IDictionary<TKey, TValue>
The IDictionary<TKey, TValue> whose elements are copied to the new AdvisableDictionary<TKey, TValue>.