Table of Contents

Interface Iterator<T>

Namespace
CppNet
Assembly
MonoGame.Framework.Content.Pipeline.dll
public interface Iterator<T>

Type Parameters

T

Methods

hasNext()

bool hasNext()

Returns

bool

next()

T next()

Returns

T

remove()

void remove()