Namespace:  NHibernate.Collection.Generic
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Private Sub Remove ( _
	key As Object _
) Implements IDictionary.Remove
C#
void IDictionary.Remove(
	Object key
)
Visual C++
private:
virtual void Remove(
	Object^ key
) sealed = IDictionary::Remove
JavaScript
JavaScript does not support explicit interface implementations.

Parameters

key
Type: System..::.Object

Implements

IDictionary..::.Remove(Object)

See Also