次の方法で共有


Extensions.IsIEnumerable(Type) メソッド

定義

型は IEnumerable を実装します。

public static bool IsIEnumerable(this Type type);
static member IsIEnumerable : Type -> bool
<Extension()>
Public Function IsIEnumerable (type As Type) As Boolean

パラメーター

type
Type

チェックするを入力します。

戻り値

True を指定すると、IEnumerable が実装されます。

適用対象