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