Extensions.IsICollection(Type) 方法

定义

类型实现 ICollection。

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

参数

type
Type

键入要检查。

返回

如果实现 ICollection,则为 True。

适用于