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を返す
Returns whether type is a generic type.
Parameter Name | Description |
---|---|
type | Type |
ジェネリック型であればtrueを返す