次の方法で共有


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

確認する入力。

戻り値

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

適用対象