DynamicType.Clear Method
Removes all the items.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Sub Clear
'Usage
Dim instance As DynamicType
instance.Clear()
public void Clear()
Implements
ICollection<T>.Clear()
IDictionary.Clear()