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

键入进行检查。

返回

如此 如果实现 IEnumerable。

适用于