IsListType IsListType(Parameter.Type) public static bool IsListType(Parameter.Type type) ; 説明 指定したParameter.Typeで扱う値の型がIList<>であるかを判断する。 パラメーター パラメーター名 説明 type パラメータのタイプ 戻り値 値の型がIList<>であればtrueを返す。