Namespaces

Types

Type GenericJoinedEnumerable<T>

Namespace NHibernate.Util

Parent JoinedEnumerable

Interfaces IEnumerable<T>, IEnumerator<T>

Methods

Properties

Public instance methods

void Dispose()

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