| IReadOnlyCommonEventSpecialArgCaseList インターフェイス | 
名前空間: WodiLib.Common
 構文
構文public interface IReadOnlyCommonEventSpecialArgCaseList : IReadOnlyRestrictedCapacityCollection<CommonEventSpecialArgCase>, IModelBase<IReadOnlyRestrictedCapacityCollection<CommonEventSpecialArgCase>>, IEquatable<IReadOnlyRestrictedCapacityCollection<CommonEventSpecialArgCase>>, INotifyPropertyChanged, IReadOnlyList<CommonEventSpecialArgCase>, IEnumerable<CommonEventSpecialArgCase>, IEnumerable, IReadOnlyCollection<CommonEventSpecialArgCase>, IEquatable<IReadOnlyList<CommonEventSpecialArgCase>>, INotifyCollectionChanged
IReadOnlyCommonEventSpecialArgCaseList 型は下記のメンバーを公開します。
 プロパティ
プロパティ| 名前 | 説明 | |
|---|---|---|
|  | Count | Gets the number of elements in the collection.(IReadOnlyCollectionCommonEventSpecialArgCaseから継承) | 
|  | Item | Gets the element at the specified index in the read-only list.(IReadOnlyListCommonEventSpecialArgCaseから継承) | 
 メソッド
メソッド| 名前 | 説明 | |
|---|---|---|
|  | All | 
            すべての列挙子を取得する。
            (IReadOnlyRestrictedCapacityCollectionTから継承) | 
|  | Equals(T) | Indicates whether the current object is equal to another object of the same type.(IEquatableIReadOnlyRestrictedCapacityCollectionCommonEventSpecialArgCaseから継承) | 
|  | Equals(T) | (IEquatableIReadOnlyListCommonEventSpecialArgCaseから継承) | 
|  | GetEnumerator | Returns an enumerator that iterates through the collection.(IEnumerableCommonEventSpecialArgCaseから継承) | 
|  | GetRange | 
            指定範囲の要素を簡易コピーしたリストを取得する。
            (IReadOnlyRestrictedCapacityCollectionTから継承) | 
 イベント
イベント| 名前 | 説明 | |
|---|---|---|
|  | CollectionChanged | Occurs when the collection changes.(INotifyCollectionChangedから継承) | 
|  | PropertyChanged | Occurs when a property value changes.(INotifyPropertyChangedから継承) | 
 拡張メソッド
拡張メソッド| 名前 | 説明 | |
|---|---|---|
|  | FindIndexCommonEventSpecialArgCase | 
            条件を満たす要素のインデックスを取得する。
            (EnumerableExtensionにより定義) | 
|  | HasNullItemCommonEventSpecialArgCase | 
            null項目があるかどうか判定する。
            (EnumerableExtensionにより定義) | 
 関連項目
関連項目