Namespaces

Types

Type WeakEnumerator

Namespace NHibernate.Util

Interfaces IDictionaryEnumerator

Methods

Properties

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

bool MoveNext()

Parameters
return bool

void Reset()

string ToString()

Parameters
return string

Public properties

object Current get;

return object

DictionaryEntry Entry get;

return DictionaryEntry

object Key get;

return object

object Value get;

return object