AdvisableDictionary<TKey, TValue> Constructor (IDictionary<TKey, TValue>) |
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.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>.