バージョン

ImplementsGenericIEnumerable(Type,Type) メソッド

指定されたプロパティ タイプは継承階層に IEnumerable<> を実装するかどうかを返します。
シンタックス
'宣言
 
Public Overloads Shared Function ImplementsGenericIEnumerable( _
   ByVal type As Type, _
   ByRef listType As Type _
) As Boolean
public static bool ImplementsGenericIEnumerable( 
   Type type,
   out Type listType
)

パラメータ

type
チェックするタイプ
listType
型が指定された列挙可能なオブジェクトに保存された基本タイプ。

戻り値の型

タイプが IEnumerable<> を作成する場合 True。
参照