isValueType

Returns true for all value types, false for all reference types. For functions and delegates, returns false (is this the way it should be?).

bool
isValueType
(
in TypeInfo type
)

Meta