IReadOnlyDBItemValueList インターフェイス |
名前空間: WodiLib.Database
public interface IReadOnlyDBItemValueList : IReadOnlyList<DBItemValue>, IEnumerable<DBItemValue>, IEnumerable, IReadOnlyCollection<DBItemValue>
IReadOnlyDBItemValueList 型は下記のメンバーを公開します。
名前 | 説明 | |
---|---|---|
![]() | Count | Gets the number of elements in the collection. (IReadOnlyCollectionDBItemValueから継承) |
![]() | Item | Gets the element at the specified index in the read-only list. (IReadOnlyListDBItemValueから継承) |
名前 | 説明 | |
---|---|---|
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (IEnumerableDBItemValueから継承) |
![]() | ToFixedLengthList |
長さ固定リストに変換する。
|
名前 | 説明 | |
---|---|---|
![]() | FindIndexDBItemValue |
条件を満たす要素のインデックスを取得する。
(EnumerableExtensionにより定義) |
![]() | HasNullItemDBItemValue |
null項目があるかどうか判定する。
(EnumerableExtensionにより定義) |