@@ -96,7 +96,7 namespace Implab.Parallels { | |||||
96 | m_current = null; |
|
96 | m_current = null; | |
97 | } |
|
97 | } | |
98 |
|
98 | |||
99 |
|
|
99 | object IEnumerator.Current { | |
100 | get { |
|
100 | get { | |
101 | if (m_current == null) |
|
101 | if (m_current == null) | |
102 | throw new InvalidOperationException(); |
|
102 | throw new InvalidOperationException(); |
General Comments 0
You need to be logged in to leave comments.
Login now