'宣言
Public Overloads Shared Function ImplementsGenericIEnumerable( _
ByVal As Type, _
ByRef As Type _
) As Boolean
public static bool ImplementsGenericIEnumerable(
Type ,
out Type
)
パラメータ
- type
- チェックするタイプ
- listType
- 型が指定された列挙可能なオブジェクトに保存された基本タイプ。
戻り値の型
タイプが IEnumerable<> を作成する場合 True。