バージョン

ImplementsGenericIEnumerable(Type) メソッド

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

パラメータ

type
チェックするタイプ

戻り値の型

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