Interface Iterator<T>
- Namespace
- CppNet
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
public interface Iterator<T>
Type Parameters
T
Methods
hasNext()
bool hasNext()
Returns
next()
T next()
Returns
- T
remove()
void remove()
public interface Iterator<T>
Tbool hasNext()
T next()
void remove()