Click or drag to resize

DataDictionaryRemove Method

Removes the element with the specified key from the IDictionary object.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public abstract void Remove(
	Object key
)

Parameters

key
Type: SystemObject
The key of the element to remove.

Implements

IDictionaryRemove(Object)
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
NotSupportedException The IDictionary object is read-only.-or- The IDictionary has a fixed size.
See Also