'Declaration Public Overloads Function Remove( _
ByVal itemDicomDataElement to remove.As DicomDataElement _
) As Boolean
public bool Remove(
DicomDataElement item
)
public: bool Remove(
DicomDataElement* item
)
public:
bool Remove(
DicomDataElement^ item
)
Parameters
- item
- DicomDataElement to remove.
Return Value
True if the DicomDataElement is removed in the collection; otherwise, false.