System::Collections::Generic::LinkedList::Find 메서드
LinkedList::Find method
리스트에서 element를 앞쪽 방향으로 찾습니다.
SharedPtr<LinkedListNode<T>> System::Collections::Generic::LinkedList<T>::Find(const T &element) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| element | const T& | 찾을 요소. |
ReturnValue
element가 발견되면 노드를 반환하고, 그렇지 않으면 nullptr를 반환합니다.
또 보기
- Typedef SharedPtr
- Class LinkedListNode
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++