Namespaces

Types

Type JoinedEnumerable

Namespace NHibernate.Util

Interfaces IEnumerable, IEnumerator, IDisposable

Methods

Properties

Public instance methods

void Dispose()

Takes care of freeing the managed and unmanaged resources that this class is responsible for.

bool Equals(object obj)

Parameters
return bool
object obj

IEnumerator GetEnumerator()

Parameters
return IEnumerator

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