Arbor 3: FSM & BT Graph Editor
3.7.8
|
Listのユーティリティクラス [詳解]
静的公開メンバ関数 | |
static bool | Equals< T > (IList< T > a, IList< T > b, IEqualityComparer< T > comparer=null) |
IList<T>が等しいかどうかを判断する。 [詳解] | |
static System.Type | GetElementType (System.Type listType) |
要素の型を取得する。 [詳解] | |
static System.Type | GetIListType (System.Type elementType) |
IList<elementType>の型を取得する。 [詳解] | |
static System.Type | GetICollectionType (System.Type elementType) |
ICollection<elementType>の型を取得する。 [詳解] | |
static System.Type | GetListType (System.Type elementType) |
List<elementType>の型を取得する。 [詳解] | |
Listのユーティリティクラス
|
static |
IList<T>が等しいかどうかを判断する。
T | 要素の型 |
a | 判定するIList<T> |
b | 判定するIList<T> |
comparer | 等価比較を行うインターフェイス。nullを指定した場合はデフォルトの判定を使用する。 |
|
static |
要素の型を取得する。
listType | リストの型 |
|
static |
ICollection<elementType>の型を取得する。
elementType | 要素の型。 |
|
static |
IList<elementType>の型を取得する。
elementType | 要素の型。 |
|
static |
List<elementType>の型を取得する。
elementType | 要素の型。 |