Table of Contents

Interface INamingEnumeration<T>

Namespace
Javax.Naming
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

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