Click or drag to resize

DataDictionaryClear Method

Removes all elements 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 Clear()

Implements

IDictionaryClear
Exceptions
ExceptionCondition
NotSupportedException The IDictionary object is read-only.
See Also