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

IReadOnlyCommonEventSelfVariableNameList インターフェイス

読み取り専用コモンイベントリスト

名前空間:  WodiLib.Common
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public interface IReadOnlyCommonEventSelfVariableNameList : IReadOnlyList<CommonEventSelfVariableName>, 
	IEnumerable<CommonEventSelfVariableName>, IEnumerable, IReadOnlyCollection<CommonEventSelfVariableName>

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

プロパティ
  名前説明
Public プロパティCount
Gets the number of elements in the collection.
(IReadOnlyCollectionCommonEventSelfVariableNameから継承)
Public プロパティItem
Gets the element at the specified index in the read-only list.
(IReadOnlyListCommonEventSelfVariableNameから継承)
トップ
メソッド
  名前説明
Public メソッドGetEnumerator
Returns an enumerator that iterates through the collection.
(IEnumerableCommonEventSelfVariableNameから継承)
トップ
拡張メソッド
関連項目