Table of Contents

Interface INamingEnumeration<T>

Namespace
Javax.Naming
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/naming/NamingEnumeration.html

public interface INamingEnumeration<T> : IEnumeration<T>

Type Parameters

T
Inherited Members

Methods

Close()

void Close()

Exceptions

NamingException

HasMore()

bool HasMore()

Returns

bool

bool

Exceptions

NamingException

Next()

T Next()

Returns

T

T

Exceptions

NamingException