次の方法で共有


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

チェックするを入力します。

戻り値

True を指定すると、ICollection が実装されます。

適用対象