IReadOnlyFixedLengthCollectionT インターフェイス |
名前空間: WodiLib.Sys
public interface IReadOnlyFixedLengthCollection<T> : IModelBase<IReadOnlyFixedLengthCollection<T>>, IEquatable<IReadOnlyFixedLengthCollection<T>>, INotifyPropertyChanged, IReadOnlyList<T>, IEnumerable<T>, IEnumerable, IReadOnlyCollection<T>, IEquatable<IReadOnlyList<T>>, INotifyCollectionChanged
IReadOnlyFixedLengthCollectionT 型は下記のメンバーを公開します。
| 名前 | 説明 | |
|---|---|---|
| Count | Gets the number of elements in the collection. (IReadOnlyCollectionTから継承) | |
| Item | Gets the element at the specified index in the read-only list. (IReadOnlyListTから継承) |
| 名前 | 説明 | |
|---|---|---|
| All |
すべての列挙子を取得する。
| |
| Equals(T) | Indicates whether the current object is equal to another object of the same type. (IEquatableIReadOnlyListTから継承) | |
| Equals(T) | (IEquatableIReadOnlyFixedLengthCollectionTから継承) | |
| GetEnumerator | Returns an enumerator that iterates through the collection. (IEnumerableTから継承) | |
| GetRange |
指定範囲の要素を簡易コピーしたリストを取得する。
|
| 名前 | 説明 | |
|---|---|---|
| CollectionChanged | Occurs when the collection changes. (INotifyCollectionChangedから継承) | |
| PropertyChanged | Occurs when a property value changes. (INotifyPropertyChangedから継承) |
| 名前 | 説明 | |
|---|---|---|
| FindIndexT |
条件を満たす要素のインデックスを取得する。
(EnumerableExtensionにより定義) | |
| HasNullItemT |
null項目があるかどうか判定する。
(EnumerableExtensionにより定義) |