System::Collections::Generic::IEnumerable::LINQ_ElementAtOrDefault 메서드
IEnumerable::LINQ_ElementAtOrDefault method
시퀀스에서 지정된 인덱스에 있는 요소를 반환합니다.
T System::Collections::Generic::IEnumerable<T>::LINQ_ElementAtOrDefault(int index)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int | 요소를 가져올 인덱스. |
ReturnValue
지정된 인덱스에 있는 요소 또는 찾을 수 없는 경우 기본 생성된 값을 반환합니다.
또 보기
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++