Table of Contents

Interface IEnumeration<E>

Namespace
Java.Util
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/Enumeration.html

public interface IEnumeration<E>

Type Parameters

E

Methods

HasMoreElements()

bool HasMoreElements()

Returns

bool

bool

NextElement()

E NextElement()

Returns

E

E