IReadOnlyCommonEventSelfVariableNameList インターフェイス |
名前空間: WodiLib.Common
public interface IReadOnlyCommonEventSelfVariableNameList : IReadOnlyList<CommonEventSelfVariableName>, IEnumerable<CommonEventSelfVariableName>, IEnumerable, IReadOnlyCollection<CommonEventSelfVariableName>
IReadOnlyCommonEventSelfVariableNameList 型は下記のメンバーを公開します。
| 名前 | 説明 | |
|---|---|---|
| Count | Gets the number of elements in the collection. (IReadOnlyCollectionCommonEventSelfVariableNameから継承) | |
| Item | Gets the element at the specified index in the read-only list. (IReadOnlyListCommonEventSelfVariableNameから継承) |
| 名前 | 説明 | |
|---|---|---|
| GetEnumerator | Returns an enumerator that iterates through the collection. (IEnumerableCommonEventSelfVariableNameから継承) |
| 名前 | 説明 | |
|---|---|---|
| FindIndexCommonEventSelfVariableName |
条件を満たす要素のインデックスを取得する。
(EnumerableExtensionにより定義) | |
| HasNullItemCommonEventSelfVariableName |
null項目があるかどうか判定する。
(EnumerableExtensionにより定義) |