IsGenericType

IsGenericType(Type)

public static bool IsGenericType(Type type) ;

Description

Returns whether type is a generic type.

Parameters

Parameter Name Description
type Type

Returns

ジェネリック型であればtrueを返す