リサイズはクリックかドラッグ

IReadOnlyDBItemValueList インターフェイス

【読み取り専用】DBデータ設定値リスト

名前空間:  WodiLib.Database
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public interface IReadOnlyDBItemValueList : IReadOnlyList<DBItemValue>, 
	IEnumerable<DBItemValue>, IEnumerable, IReadOnlyCollection<DBItemValue>

IReadOnlyDBItemValueList 型は下記のメンバーを公開します。

プロパティ
  名前説明
Public プロパティCount
Gets the number of elements in the collection.
(IReadOnlyCollectionDBItemValueから継承)
Public プロパティItem
Gets the element at the specified index in the read-only list.
(IReadOnlyListDBItemValueから継承)
トップ
メソッド
  名前説明
Public メソッドGetEnumerator
Returns an enumerator that iterates through the collection.
(IEnumerableDBItemValueから継承)
Public メソッドToFixedLengthList
長さ固定リストに変換する。
トップ
拡張メソッド
関連項目