IFixedLengthShortCutPositionList インターフェイス |
注意: このAPIは廃止予定です。
名前空間: WodiLib.Ini
[ObsoleteAttribute("ShortCutPositionList クラスを参照してください。 Ver 2.5 で削除します。")] public interface IFixedLengthShortCutPositionList : IFixedLengthCollection<ShortCutPosition>, IReadOnlyFixedLengthCollection<ShortCutPosition>, IModelBase<IReadOnlyFixedLengthCollection<ShortCutPosition>>, IEquatable<IReadOnlyFixedLengthCollection<ShortCutPosition>>, INotifyPropertyChanged, IReadOnlyList<ShortCutPosition>, IEnumerable<ShortCutPosition>, IEnumerable, IReadOnlyCollection<ShortCutPosition>, IEquatable<IReadOnlyList<ShortCutPosition>>, INotifyCollectionChanged
IFixedLengthShortCutPositionList 型は下記のメンバーを公開します。
名前 | 説明 | |
---|---|---|
![]() | Count | Gets the number of elements in the collection. (IReadOnlyCollection<ShortCutPosition>から継承) |
![]() | Item |
インデクサによるアクセス
(IFixedLengthCollection<T> から継承) |
名前 | 説明 | |
---|---|---|
![]() | All |
すべての列挙子を取得する。
(IReadOnlyFixedLengthCollection<T> から継承) |
![]() | Equals(T) | Indicates whether the current object is equal to another object of the same type. (IEquatable<IReadOnlyFixedLengthCollection<ShortCutPosition>>から継承) |
![]() | Equals(T) | (IEquatable<IReadOnlyList<ShortCutPosition>>から継承) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (IEnumerable<ShortCutPosition>から継承) |
![]() | GetRange |
指定範囲の要素を簡易コピーしたリストを取得する。
(IReadOnlyFixedLengthCollection<T> から継承) |
![]() | IndexOf |
指定したオブジェクトを検索し、最初に出現する位置のインデックスを返す。
(IFixedLengthCollection<T> から継承) |
名前 | 説明 | |
---|---|---|
![]() | CollectionChanged | Occurs when the collection changes. (INotifyCollectionChangedから継承) |
![]() | PropertyChanged | Occurs when a property value changes. (INotifyPropertyChangedから継承) |
名前 | 説明 | |
---|---|---|
![]() | FindIndex<ShortCutPosition> |
条件を満たす要素のインデックスを取得する。
(EnumerableExtensionにより定義) |
![]() | HasNullItem<ShortCutPosition> |
null項目があるかどうか判定する。
(EnumerableExtensionにより定義) |