Extensions.IsIList(Type) 方法

定义

类型实现 IList。

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

参数

type
Type

键入要检查。

返回

如果实现 IList,则为 True。

适用于