Namespaces

Types

Type SequencedHashMap

Namespace NHibernate.Util

Interfaces IDictionary

Methods

Properties

Public instance methods

void Add(object key, object value)

Parameters
object key
object value

void Clear()

bool Contains(object key)

Parameters
return bool
object key

bool ContainsKey(object key)

Parameters
return bool
object key

bool ContainsValue(object value)

Parameters
return bool
object value

void CopyTo(Array array, int index)

Parameters
Array array
int index

bool Equals(object obj)

Parameters
return bool
object obj

IDictionaryEnumerator GetEnumerator()

Parameters
return IDictionaryEnumerator

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

void Remove(object key)

Parameters
object key

string ToString()

Parameters
return string

Public properties

int Count get;

return int

object FirstKey get;

return object

object FirstValue get;

return object

bool IsFixedSize get;

return bool

bool IsReadOnly get;

return bool

bool IsSynchronized get;

return bool

object Item get; set;

return object

ICollection Keys get;

return ICollection

object LastKey get;

return object

object LastValue get;

return object

object SyncRoot get;

return object

ICollection Values get;

return ICollection