System::Collections::Generic::IEnumerable::LINQ_ElementAtOrDefault メソッド
IEnumerable::LINQ_ElementAtOrDefault method
シーケンスの指定インデックスにある要素を返します。
T System::Collections::Generic::IEnumerable<T>::LINQ_ElementAtOrDefault(int index)
| パラメーター | 型 | 説明 |
|---|---|---|
| インデックス | int | 要素を取得するインデックス。 |
ReturnValue
指定インデックスにある要素、または見つからない場合はデフォルト構築された値。
参照
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++