diff --git a/Source/Collections/MultiDictionary.ValueCollection.cs b/Source/Collections/MultiDictionary.ValueCollection.cs index c729389..cd42bdc 100644 --- a/Source/Collections/MultiDictionary.ValueCollection.cs +++ b/Source/Collections/MultiDictionary.ValueCollection.cs @@ -252,7 +252,7 @@ namespace Nuclex.Support.Collections { /// The synchronization root used by the dictionary for thread synchronization /// object ICollection.SyncRoot { - get { return this.dictionaryAsICollection.IsSynchronized; } + get { return this.dictionaryAsICollection.SyncRoot; } } #endregion // ICollection implementation