ClearItems Method (DicomImageCollection)
In This Topic
This is an override of the method in the base collection,
and would not normally be used by DicomObjects developers
Syntax
'Declaration
Protected Overrides Sub ClearItems()
'Usage
Dim instance As DicomImageCollection
instance.ClearItems()
protected override void ClearItems()
protected procedure ClearItems(); override;
protected override function ClearItems();
protected: void ClearItems(); override
protected:
void ClearItems(); override
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also