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