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

IRestrictedCapacityCollectionT インターフェイス

容量制限のあるListインタフェース

名前空間:  WodiLib.Sys
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
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

型パラメーター

T
The type of elements in the list.

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

プロパティ
  名前説明
Public プロパティCount (ICollectionTから継承)
Public プロパティIsReadOnly (ICollectionTから継承)
Public プロパティItem
Gets or sets the element at the specified index.
(IListTから継承)
トップ
メソッド
  名前説明
Public メソッドAdd (ICollectionTから継承)
Public メソッドAll
すべての列挙子を取得する。
(IReadOnlyRestrictedCapacityCollectionTから継承)
Public メソッドClear (ICollectionTから継承)
Public メソッドContains (ICollectionTから継承)
Public メソッドCopyTo (ICollectionTから継承)
Public メソッドEquals(T)
Indicates whether the current object is equal to another object of the same type.
(IEquatableIReadOnlyListTから継承)
Public メソッドEquals(T) (IEquatableIReadOnlyRestrictedCapacityCollectionTから継承)
Public メソッドGetEnumerator
Returns an enumerator that iterates through the collection.
(IEnumerableTから継承)
Public メソッドGetRange
指定範囲の要素を簡易コピーしたリストを取得する。
(IReadOnlyRestrictedCapacityCollectionTから継承)
Public メソッドIndexOf (IListTから継承)
Public メソッドInsert (IListTから継承)
Public メソッドRemove (ICollectionTから継承)
Public メソッドRemoveAt (IListTから継承)
トップ
イベント
  名前説明
Public イベントCollectionChanged
Occurs when the collection changes.
(INotifyCollectionChangedから継承)
Public イベントPropertyChanged
Occurs when a property value changes.
(INotifyPropertyChangedから継承)
トップ
拡張メソッド
関連項目