Gets next item from the collection. This method is thread-safe.
| C# | Visual Basic | Visual C++ |
public T Next()
Public Function Next As T
public: T Next()
[Missing <returns> documentation for "M:LumiSoft.Net.CircleCollection`1.Next"]
| Exception | Condition |
|---|---|
| InvalidOperationException | Is raised when thre is no items in the collection. |