System::Collections::Generic::ICollection::Remove method
ICollection::Remove method
संग्रह से तत्व हटाता है।
virtual bool System::Collections::Generic::ICollection<T>::Remove(const T &item)=0
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| आइटम | const T& | हटाने के लिए आइटम। |
ReturnValue
यदि तत्व मिला और हटाया गया तो सत्य, अन्यथा असत्य।
संबंधित देखें
- Class ICollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++