IRestrictedCapacityCollectionT インターフェイス |
名前空間: WodiLib.Sys
public interface IRestrictedCapacityCollection<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IReadOnlyRestrictedCapacityCollection<T>, IModelBase<IReadOnlyRestrictedCapacityCollection<T>>, IEquatable<IReadOnlyRestrictedCapacityCollection<T>>, INotifyPropertyChanged, IReadOnlyList<T>, IReadOnlyCollection<T>, IEquatable<IReadOnlyList<T>>, INotifyCollectionChanged
IRestrictedCapacityCollectionT 型は下記のメンバーを公開します。
名前 | 説明 | |
---|---|---|
![]() | Count | Gets the number of elements contained in the ICollectionT. (ICollectionTから継承) |
![]() | IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (ICollectionTから継承) |
![]() | Item | Gets or sets the element at the specified index. (IListTから継承) |
名前 | 説明 | |
---|---|---|
![]() | Add | Adds an item to the ICollectionT. (ICollectionTから継承) |
![]() | All |
すべての列挙子を取得する。
(IReadOnlyRestrictedCapacityCollectionTから継承) |
![]() | Clear | Removes all items from the ICollectionT. (ICollectionTから継承) |
![]() | Contains | Determines whether the ICollectionT contains a specific value. (ICollectionTから継承) |
![]() | CopyTo | (ICollectionTから継承) |
![]() | Equals(T) | Indicates whether the current object is equal to another object of the same type. (IEquatableIReadOnlyListTから継承) |
![]() | Equals(T) | (IEquatableIReadOnlyRestrictedCapacityCollectionTから継承) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (IEnumerableTから継承) |
![]() | GetRange |
指定範囲の要素を簡易コピーしたリストを取得する。
(IReadOnlyRestrictedCapacityCollectionTから継承) |
![]() | IndexOf | Determines the index of a specific item in the IListT. (IListTから継承) |
![]() | Insert | Inserts an item to the IListT at the specified index. (IListTから継承) |
![]() | Remove | Removes the first occurrence of a specific object from the ICollectionT. (ICollectionTから継承) |
![]() | RemoveAt | Removes the IListT item at the specified index. (IListTから継承) |
名前 | 説明 | |
---|---|---|
![]() | CollectionChanged | Occurs when the collection changes. (INotifyCollectionChangedから継承) |
![]() | PropertyChanged | Occurs when a property value changes. (INotifyPropertyChangedから継承) |
名前 | 説明 | |
---|---|---|
![]() | FindIndexT |
条件を満たす要素のインデックスを取得する。
(EnumerableExtensionにより定義) |
![]() | HasNullItemT |
null項目があるかどうか判定する。
(EnumerableExtensionにより定義) |