Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 97ecb7e

Browse files
committed
Add just in case warning
1 parent 765eec8 commit 97ecb7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.AspNet.WebUtilities/SafeLazyDictionary.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ IEnumerator IEnumerable.GetEnumerator()
233233

234234
public struct Enumerator : IEnumerator<KeyValuePair<string, TValue>>
235235
{
236+
// Do NOT make this readonly, or MoveNext will not work
236237
private Dictionary<string, TValue>.Enumerator _dictionaryEnumerator;
237238
private bool _notEmpty;
238239

0 commit comments

Comments
 (0)