ClearItems Method (DicomDataSetCollection)
In This Topic
Syntax
'Declaration
<__DynamicallyInvokableAttribute()>
Protected Overridable Sub ClearItems()
'Usage
Dim instance As DicomDataSetCollection
instance.ClearItems()
[__DynamicallyInvokable()]
protected virtual void ClearItems()
protected procedure ClearItems(); virtual;
__DynamicallyInvokableAttribute()
protected function ClearItems();
[__DynamicallyInvokable()]
protected: virtual void ClearItems();
[__DynamicallyInvokable()]
protected:
virtual void ClearItems();
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also